mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2024-10-30 12:04:24 -04:00
Update description for Sequelize (#1037)
* Update information about Sequelize in readme * Update readme.md Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
parent
a78939bb01
commit
da7c8a5919
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@
|
|||
- [Couchbase](https://github.com/couchbase/couchnode) - Couchbase client.
|
||||
- [MongoDB](https://github.com/mongodb/node-mongodb-native) - MongoDB driver.
|
||||
- ODM / ORM
|
||||
- [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports PostgreSQL, SQLite, MySQL.
|
||||
- [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports PostgreSQL, SQLite, MySQL, and more.
|
||||
- [Bookshelf](https://github.com/bookshelf/bookshelf) - ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js.
|
||||
- [Massive](https://github.com/robconery/massive-js) - PostgreSQL data access tool.
|
||||
- [Mongoose](https://github.com/Automattic/mongoose) - Elegant MongoDB object modeling.
|
||||
|
|
Loading…
Reference in a new issue