Alyssa Nicoll 0ad841a423 init commit | пре 9 година | |
---|---|---|
.. | ||
bin | пре 9 година | |
lib | пре 9 година | |
node_modules | пре 9 година | |
.editorconfig | пре 9 година | |
.gitmodules | пре 9 година | |
.jshintrc | пре 9 година | |
.npmignore | пре 9 година | |
.travis.yml | пре 9 година | |
LICENSE | пре 9 година | |
README.md | пре 9 година | |
index.js | пре 9 година | |
package.json | пре 9 година | |
perf-internal-a.js | пре 9 година | |
perf.coffee | пре 9 година | |
perf.js | пре 9 година | |
perf.json | пре 9 година | |
polymorphic.js | пре 9 година | |
profile.txt | пре 9 година | |
v8.log | пре 9 година |
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: