不要怂,就是干,撸起袖子干!

Name Last Update
docs Loading commit data...
examples Loading commit data...
lib Loading commit data...
test Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.jshintrc Loading commit data...
.npmignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
changelog.md Loading commit data...
index.js Loading commit data...
package.json Loading commit data...

Sequelize

Build Status Dependency Status Coverage Status Bountysource 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

Upgrading to 2.0

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)

Resources

Running Examples

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