6.0.0-beta.4 • Published 4 years ago

sequelize-ibmdb v6.0.0-beta.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Sequelize

npm version Travis Build Status Appveyor Build Status codecov npm downloads Merged PRs semantic-release

Sequelize is a promise-based Node.js ORM for Postgres, MySQL, Db2, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more. Sequelize follows SEMVER.

New to Sequelize? Take a look at the Tutorials and Guides. You might also be interested in the API Reference.

v6-beta Release

npm version

v6-beta is now available. You can find detailed changelog here.

Installation

$ npm install --save sequelize # This will install v5
$ npm install --save sequelize@next # This will install v6-beta

# And one of the following:
$ npm install --save pg pg-hstore # Postgres
$ npm install --save mysql2
$ npm install --save ibm_db
$ npm install --save mariadb
$ npm install --save sqlite3
$ npm install --save tedious # Microsoft SQL Server

Documentation

Responsible disclosure

If you have security issues to report, please refer to our Responsible Disclosure Policy for more details.

Resources

Tools

Translations