Merge pull request #21 from lpinca/add/orm-subsection

Add ODM / ORM subsection
This commit is contained in:
Sindre Sorhus
2014-07-15 01:17:30 +02:00

View File

@@ -250,10 +250,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### Database
- Drivers
- [LevelUP](https://github.com/rvagg/node-levelup) - LevelDB, Node.js style.
- [MongoDB](https://github.com/mongodb/node-mongodb-native) - Native MongoDB driver for Node.js.
- [MySQL](https://github.com/felixge/node-mysql) - A pure Node.js JavaScript Client implementing the MySQL protocol.
- [Redis](https://github.com/mranney/node_redis) - Redis client for Node.js.
- ODM / ORM
- [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports SQLite, MySQL, PostgreSQL.