Adam Rensel b05888e79d Add the correct demo app 9 năm trước cách đây
..
bin 0ad841a423 init commit 9 năm trước cách đây
lib 0ad841a423 init commit 9 năm trước cách đây
node_modules b05888e79d Add the correct demo app 9 năm trước cách đây
.editorconfig 0ad841a423 init commit 9 năm trước cách đây
.gitmodules 0ad841a423 init commit 9 năm trước cách đây
.jshintrc 0ad841a423 init commit 9 năm trước cách đây
.npmignore 0ad841a423 init commit 9 năm trước cách đây
.travis.yml 0ad841a423 init commit 9 năm trước cách đây
LICENSE 0ad841a423 init commit 9 năm trước cách đây
README.md 0ad841a423 init commit 9 năm trước cách đây
index.js 0ad841a423 init commit 9 năm trước cách đây
package.json b05888e79d Add the correct demo app 9 năm trước cách đây
perf-internal-a.js 0ad841a423 init commit 9 năm trước cách đây
perf.coffee 0ad841a423 init commit 9 năm trước cách đây
perf.js 0ad841a423 init commit 9 năm trước cách đây
perf.json 0ad841a423 init commit 9 năm trước cách đây
polymorphic.js 0ad841a423 init commit 9 năm trước cách đây
profile.txt 0ad841a423 init commit 9 năm trước cách đây
v8.log 0ad841a423 init commit 9 năm trước cách đây

README.md

Sequelize Bitdeli Badge Build Status Dependency Status Flattr this

MySQL, MariaDB, PostgresSQL, and SQLite Object Relational Mapper (ORM) for node.

Install

To install 1.x.x (currently 1.7.x) - which has a stable API and is mostly backwards compatible:

npm install sequelize

To install 2.x.x branch - which has a unstable API and will break backwards compatability:

npm install sequelize@unstable

Features

  • Schema definition
  • Schema synchronization/dropping
  • 1:1, 1:M & N:M Associations
  • Through models
  • Promises
  • Hooks/callbacks/lifecycle events
  • Prefetching/association including

Resources

Running Examples

Instructions for running samples are located in the example directory. Try these samples in a live sandbox environment: