@soinlabs/sequelize
TypeScript icon, indicating that this package has built-in type declarations

1.1.8 • Public • Published

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, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more. Sequelize follows Semantic Versioning.

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

Release

v6 release is now available under @latest tag. You can find detailed changelog here.

Note: master branch points to experimental version not suitable for production. All documentation PRs should be opened for v6 branch. All bug-fix / feature PRs should be opened for master branch first, then for their release target branches i.e. v6 or v5.

Installation

$ npm i sequelize # This will install v6

# And one of the following:
$ npm i pg pg-hstore # Postgres
$ npm i mysql2
$ npm i mariadb
$ npm i sqlite3
$ npm i 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

Package Sidebar

Install

npm i @soinlabs/sequelize

Weekly Downloads

64

Version

1.1.8

License

MIT

Unpacked Size

2.06 MB

Total Files

221

Last publish

Collaborators

  • chus91
  • ema-cr
  • msanchezcr
  • darkj24
  • lchavarria
  • e2ure