5.21.2 • Published 4 years ago

@iota-fork/sequelize v5.21.2

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

Fork from Sequelize

  • 修改内容
    • 保留了老版本的 string 查询支持
    • 修改了对嵌套include的连接方式,保持对原来代码的兼容

以下为Sequelize的原README


Sequelize

npm version Travis Build Status Appveyor Build Status npm downloads codecov Last commit Merged PRs GitHub stars Slack Status node License 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 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

Learning

Translations