|
há 10 anos atrás | |
---|---|---|
.. | ||
bin | há 10 anos atrás | |
lib | há 10 anos atrás | |
node_modules | há 10 anos atrás | |
.editorconfig | há 10 anos atrás | |
.gitmodules | há 10 anos atrás | |
.jshintrc | há 10 anos atrás | |
.npmignore | há 10 anos atrás | |
.travis.yml | há 10 anos atrás | |
LICENSE | há 10 anos atrás | |
README.md | há 10 anos atrás | |
index.js | há 10 anos atrás | |
package.json | há 10 anos atrás | |
perf-internal-a.js | há 10 anos atrás | |
perf.coffee | há 10 anos atrás | |
perf.js | há 10 anos atrás | |
perf.json | há 10 anos atrás | |
polymorphic.js | há 10 anos atrás | |
profile.txt | há 10 anos atrás | |
v8.log | há 10 anos atrás |
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: