4.41.2-5 • Published 4 years ago

dougs-sequelize v4.41.2-5

Weekly downloads
1,853
License
MIT
Repository
-
Last release
4 years ago

Diff with Sequelize

  • AfterFindSeparate
  • Use lodash to compare JSON
  • Rewrite Model previous feature
  • Rewrite Model changed feature
  • Fix transaction for nested savepoints

Sequelize

npm version Build Status Windows Build status codecov Bountysource Slack Status npm downloads node License semantic-release Greenkeeper badge

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

Table of Contents

Installation

$ npm install --save sequelize

# And one of the following:
$ npm install --save pg pg-hstore
$ npm install --save mysql2
$ npm install --save sqlite3
$ npm install --save tedious # MSSQL

Sequelize follows SEMVER. Supports Node v4 and above to use ES6 features.

Features

  • Schema definition
  • Schema synchronization/dropping
  • 1:1, 1:M & N:M Associations
  • Through models
  • Promises
  • Hooks/callbacks/lifecycle events
  • Prefetching/association including
  • Transactions
  • Migrations
  • CLI (sequelize-cli)

Responsible disclosure

If you have any security issue to report, contact project maintainers privately. You can find contact information here

Documentation

Resources

Tools

Learning

Translations

4.41.2-5

4 years ago

4.41.2-4

4 years ago

4.41.2-3

4 years ago

4.41.2-2

4 years ago

4.41.2-1

4 years ago

5.21.2

4 years ago

5.10.1

5 years ago

4.41.2

5 years ago

4.37.3-2

5 years ago

4.37.6

6 years ago

4.37.3-1

6 years ago

4.37.3

6 years ago

4.11.7-1

6 years ago

4.11.7

7 years ago

4.13.2

7 years ago

3.30.4-11

7 years ago

3.30.4-10

7 years ago

3.30.4-9

7 years ago

3.30.4-8

7 years ago

3.30.4-7

7 years ago

3.30.4-6

7 years ago

3.30.4-5

7 years ago

3.30.4-4

7 years ago

3.30.4-3

7 years ago

3.30.4-2

7 years ago

3.30.4-1

7 years ago

3.30.4

7 years ago

4.1.0

7 years ago

3.27.0

7 years ago

3.23.2-3

7 years ago

3.23.2-2

8 years ago

3.23.2-1

8 years ago

3.23.2

8 years ago

3.21.0-6

8 years ago

3.21.0-5

8 years ago

3.21.0-4

8 years ago

3.21.0-3

8 years ago

3.21.0-2

8 years ago

3.21.0-1

8 years ago

3.21.0

8 years ago