Alyssa Nicoll 0ad841a423 init commit | hace 9 años | |
---|---|---|
.. | ||
bin | hace 9 años | |
lib | hace 9 años | |
node_modules | hace 9 años | |
.editorconfig | hace 9 años | |
.gitmodules | hace 9 años | |
.jshintrc | hace 9 años | |
.npmignore | hace 9 años | |
.travis.yml | hace 9 años | |
LICENSE | hace 9 años | |
README.md | hace 9 años | |
index.js | hace 9 años | |
package.json | hace 9 años | |
perf-internal-a.js | hace 9 años | |
perf.coffee | hace 9 años | |
perf.js | hace 9 años | |
perf.json | hace 9 años | |
polymorphic.js | hace 9 años | |
profile.txt | hace 9 años | |
v8.log | hace 9 años |
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: