不要怂,就是干,撸起袖子干!

Commit 01666233 by Mick Hansen

Update README.md

1 parent 6af4a12e
Showing with 15 additions and 0 deletions
......@@ -2,6 +2,21 @@
MySQL, MariaDB, PostgresSQL, and SQLite Object Relational Mapper (ORM) for [node](http://nodejs.org).
### Install
To install 1.x.x (currently 1.7.x) - which has a stable API and is 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`
### Resources
- [Getting Started](http://sequelizejs.com/articles/getting-started)
- [Documentation](http://sequelizejs.com/docs)
## Important Notes ##
### 2.0.0 ###
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!