1
0
Fork 0
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:
Pedro Augusto de Paula Barbosa 2020-05-20 08:02:37 -03:00 committed by GitHub
parent a78939bb01
commit da7c8a5919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.