Skip to content

dioscouri/sequelize

This branch is 1329 commits behind sequelize/sequelize:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e608bb2 · Oct 12, 2016
Mar 30, 2016
Oct 10, 2016
Oct 12, 2016
Oct 12, 2016
Jul 5, 2016
May 4, 2015
Aug 8, 2016
May 24, 2016
May 28, 2016
Sep 8, 2016
Oct 7, 2016
Jul 19, 2016
Apr 15, 2015
Oct 7, 2016
Feb 4, 2016
Sep 22, 2016
Aug 30, 2016
Sep 16, 2016
Oct 12, 2016
Sep 5, 2016
Oct 7, 2016
Jun 17, 2016
Jul 25, 2016
Oct 7, 2016
Apr 26, 2016

Repository files navigation

Sequelize

Build Status Windows Build status codecov Bountysource Slack Status npm License

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.

Stable (v3) documentation

Master / unstable (v4-pre) documentation

Installation

npm install sequelize

From 3.0.0 and up Sequelize will follow SEMVER. 3.0.0 contains important security fixes so we highly recommend that users upgrade.

Starting from 4.0.0 Sequelize will only support 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

Resources

About

An easy-to-use multi SQL dialect ORM for Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • PowerShell 0.1%