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

Commit 5f7d69a7 by Sushant

docs: readme update

1 parent 957e542e
Showing with 5 additions and 4 deletions
...@@ -51,7 +51,7 @@ Sequelize follows [SEMVER](http://semver.org). Supports Node v4 and above to use ...@@ -51,7 +51,7 @@ Sequelize follows [SEMVER](http://semver.org). Supports Node v4 and above to use
- 1:1, 1:M & N:M Associations - 1:1, 1:M & N:M Associations
- Through models - Through models
- Promises - Promises
- Hooks/callbacks/lifecycle events - Hooks/lifecycle events
- Prefetching/association including - Prefetching/association including
- Transactions - Transactions
- Migrations - Migrations
...@@ -61,25 +61,26 @@ Sequelize follows [SEMVER](http://semver.org). Supports Node v4 and above to use ...@@ -61,25 +61,26 @@ Sequelize follows [SEMVER](http://semver.org). Supports Node v4 and above to use
If you have any security issue to report, contact project maintainers privately. You can find contact information [here](https://github.com/sequelize/sequelize/blob/master/CONTACT.md) If you have any security issue to report, contact project maintainers privately. You can find contact information [here](https://github.com/sequelize/sequelize/blob/master/CONTACT.md)
## Documentation ## Documentation
- [Contributing](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md)
- [v4 Documentation](http://docs.sequelizejs.com) - [v4 Documentation](http://docs.sequelizejs.com)
- [v3 Documentation](https://sequelize.readthedocs.io/en/v3/) - [v3 Documentation](https://sequelize.readthedocs.io/en/v3/)
- [v3 to v4 Upgrade Guide](http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html) - [v3 to v4 Upgrade Guide](http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html)
- [v4 to v5(beta) Upgrade Guide](https://github.com/sequelize/sequelize/blob/master/docs/upgrade-to-v5.md)
## Resources ## Resources
- [Contributing](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md)
- [Changelog](https://github.com/sequelize/sequelize/releases) - [Changelog](https://github.com/sequelize/sequelize/releases)
- [Slack](http://sequelize-slack.herokuapp.com/) - [Slack](http://sequelize-slack.herokuapp.com/)
- [Google Groups](https://groups.google.com/forum/#!forum/sequelize) - [Google Groups](https://groups.google.com/forum/#!forum/sequelize)
### Tools ### Tools
- [Add-ons & Plugins](https://github.com/sequelize/sequelize/wiki/Add-ons-&-Plugins)
- [Sequelize & TypeScript](https://github.com/RobinBuschmann/sequelize-typescript) - [Sequelize & TypeScript](https://github.com/RobinBuschmann/sequelize-typescript)
- [Sequelize & GraphQL](https://github.com/mickhansen/graphql-sequelize)
- [Add-ons & Plugins](https://github.com/sequelize/sequelize/wiki/Add-ons-&-Plugins)
### Learning ### Learning
- [Getting Started](http://docs.sequelizejs.com/manual/installation/getting-started) - [Getting Started](http://docs.sequelizejs.com/manual/installation/getting-started)
- [Express Example](https://github.com/sequelize/express-example) - [Express Example](https://github.com/sequelize/express-example)
### Translations ### Translations
- [English v4](http://docs.sequelizejs.com) (OFFICIAL) - [English v4](http://docs.sequelizejs.com) (OFFICIAL)
- [中文文档 v4](https://github.com/demopark/sequelize-docs-Zh-CN) (UNOFFICIAL) - [中文文档 v4](https://github.com/demopark/sequelize-docs-Zh-CN) (UNOFFICIAL)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!