Alyssa Nicoll 0ad841a423 init commit | %!s(int64=9) %!d(string=hai) anos | |
---|---|---|
.. | ||
bin | %!s(int64=9) %!d(string=hai) anos | |
lib | %!s(int64=9) %!d(string=hai) anos | |
node_modules | %!s(int64=9) %!d(string=hai) anos | |
.editorconfig | %!s(int64=9) %!d(string=hai) anos | |
.gitmodules | %!s(int64=9) %!d(string=hai) anos | |
.jshintrc | %!s(int64=9) %!d(string=hai) anos | |
.npmignore | %!s(int64=9) %!d(string=hai) anos | |
.travis.yml | %!s(int64=9) %!d(string=hai) anos | |
LICENSE | %!s(int64=9) %!d(string=hai) anos | |
README.md | %!s(int64=9) %!d(string=hai) anos | |
index.js | %!s(int64=9) %!d(string=hai) anos | |
package.json | %!s(int64=9) %!d(string=hai) anos | |
perf-internal-a.js | %!s(int64=9) %!d(string=hai) anos | |
perf.coffee | %!s(int64=9) %!d(string=hai) anos | |
perf.js | %!s(int64=9) %!d(string=hai) anos | |
perf.json | %!s(int64=9) %!d(string=hai) anos | |
polymorphic.js | %!s(int64=9) %!d(string=hai) anos | |
profile.txt | %!s(int64=9) %!d(string=hai) anos | |
v8.log | %!s(int64=9) %!d(string=hai) anos |
MySQL, MariaDB, PostgresSQL, and SQLite Object Relational Mapper (ORM) for node.
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
Instructions for running samples are located in the example directory. Try these samples in a live sandbox environment: