Adam Rensel b05888e79d Add the correct demo app | il y a 9 ans | |
---|---|---|
.. | ||
bin | il y a 9 ans | |
lib | il y a 9 ans | |
node_modules | il y a 9 ans | |
.editorconfig | il y a 9 ans | |
.gitmodules | il y a 9 ans | |
.jshintrc | il y a 9 ans | |
.npmignore | il y a 9 ans | |
.travis.yml | il y a 9 ans | |
LICENSE | il y a 9 ans | |
README.md | il y a 9 ans | |
index.js | il y a 9 ans | |
package.json | il y a 9 ans | |
perf-internal-a.js | il y a 9 ans | |
perf.coffee | il y a 9 ans | |
perf.js | il y a 9 ans | |
perf.json | il y a 9 ans | |
polymorphic.js | il y a 9 ans | |
profile.txt | il y a 9 ans | |
v8.log | il y a 9 ans |
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: