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

Commit ba1a5cc4 by Mick Hansen

Merge branch 'master' of github.com:sequelize/sequelize

2 parents 2bfb192b d14f373c
Showing with 6 additions and 11 deletions
...@@ -4,17 +4,15 @@ ...@@ -4,17 +4,15 @@
[![Bountysource](https://www.bountysource.com/badge/team?team_id=955&style=bounties_received)](https://www.bountysource.com/teams/sequelize/issues?utm_source=Sequelize&utm_medium=shield&utm_campaign=bounties_received) [![Bountysource](https://www.bountysource.com/badge/team?team_id=955&style=bounties_received)](https://www.bountysource.com/teams/sequelize/issues?utm_source=Sequelize&utm_medium=shield&utm_campaign=bounties_received)
[![Flattr this](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/1259407/Sequelize) [![Flattr this](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/1259407/Sequelize)
MySQL, MariaDB, PostgresSQL, and SQLite Object Relational Mapper (ORM) for [node](http://nodejs.org). Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and MariaDB. It features solid transaction support, relations, read replication and more.
## Install [Documentation](http://sequelize.readthedocs.org/en/latest/)
To install 1.x.x (currently 1.7.x) - which has a stable API and is mostly backwards compatible: ## Installation
`npm install sequelize` `npm install sequelize`
To install 2.x.x branch - which has a unstable API and will break backwards compatability: Will install the latest version of sequelize (currently 2.0).
`npm install sequelize@unstable`
[Upgrading to 2.0](https://github.com/sequelize/sequelize/wiki/Upgrading-to-2.0) [Upgrading to 2.0](https://github.com/sequelize/sequelize/wiki/Upgrading-to-2.0)
...@@ -34,14 +32,11 @@ To install 2.x.x branch - which has a unstable API and will break backwards comp ...@@ -34,14 +32,11 @@ To install 2.x.x branch - which has a unstable API and will break backwards comp
## Resources ## Resources
- [Changelog](https://github.com/sequelize/sequelize/blob/master/changelog.md) - [Changelog](https://github.com/sequelize/sequelize/blob/master/changelog.md)
- [Getting Started](http://sequelizejs.com/articles/getting-started) - [Getting Started](http://sequelizejs.com/articles/getting-started)
- [Documentation](http://sequelizejs.com/docs) - [Documentation](http://sequelize.readthedocs.org/en/latest/)
- [API Reference](https://github.com/sequelize/sequelize/wiki/API-Reference) *Work in progress* - [API Reference](http://sequelize.readthedocs.org/en/latest/)
- [Collaboration and pull requests](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md) - [Collaboration and pull requests](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md)
- [Roadmap](https://github.com/sequelize/sequelize/wiki/Roadmap) - [Roadmap](https://github.com/sequelize/sequelize/wiki/Roadmap)
- [Meetups](https://github.com/sequelize/sequelize/wiki/Meetups) - [Meetups](https://github.com/sequelize/sequelize/wiki/Meetups)
- [Twitter](https://twitter.com/SequelizeJS): @SequelizeJS - [Twitter](https://twitter.com/SequelizeJS): @SequelizeJS
- [IRC](http://webchat.freenode.net?channels=sequelizejs): sequelizejs on Freenode - [IRC](http://webchat.freenode.net?channels=sequelizejs): sequelizejs on Freenode
- [Google Groups](https://groups.google.com/forum/#!forum/sequelize) - [Google Groups](https://groups.google.com/forum/#!forum/sequelize)
## Running Examples
Instructions for running samples are located in the [example directory](https://github.com/sequelize/sequelize/tree/master/examples). Try these samples in a <a href="https://runnable.com/sequelize" target="_blank">live sandbox environment</a>. These examples are outdated for Sequelize 2.0 and need to be updated.
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!