0.0.6 • Published 5 years ago

@lund-org/cherry-sequelize-connector v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Cherry Sequelize Connector

Build Status Maintainability Test Coverage

A plugin to use Sequelize as the orm in cherry 🍒

Installation

Use the package manager npm to install Cherry Sequelize Connector.

npm install @lund-org/cherry-sequelize-connector

To start the tests, a docker-compose is available.

docker-compose.exe -f etc/docker-compose.yml up -d

Usage

Checkout the example in the example folder of cherry. Of course, you need a cherry app to use this connector :

const Cherry = require('@lund-org/cherry')
const CherrySequelizeConnector = require('@lund-org/cherry-sequelize-connector')

const options = {
  ...
  plugins: [CherrySequelizeConnector]
  ...
}

const cherry = new Cherry()
cherry.configure(options)
cherry.start(options)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago