Socket
Socket
Sign inDemoInstall

@lund-org/cherry-sequelize-connector

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lund-org/cherry-sequelize-connector

A plugin to use sequelize as the ORM of the framework


Version published
Weekly downloads
1
decreased by-80%
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 26 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc