@iota-fork/sequelize
v5.21.2
Published
Multi dialect ORM for Node.JS
Downloads
3
Maintainers
Readme
Fork from Sequelize
- 修改内容
- 保留了老版本的 string 查询支持
- 修改了对嵌套include的连接方式,保持对原来代码的兼容
以下为Sequelize的原README
Sequelize
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 SEMVER. Supports Node v6 and above to use ES6 features.
New to Sequelize? Take a look at the Tutorials and Guides. You might also be interested in the API Reference.
Table of Contents
Installation
$ npm install --save sequelize # This will install v5
# And one of the following:
$ npm install --save pg pg-hstore # Postgres
$ npm install --save mysql2
$ 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
- Sequelize CLI
- Sequelize & TypeScript
- Enhanced TypeScript with decorators
- Sequelize & GraphQL
- Add-ons & Plugins
- Sequelize & CockroachDB
Learning
Translations
- English v3/v4/v5 (OFFICIAL)
- 中文文档 v4/v5 (UNOFFICIAL)