From 49797f4e258b82cb7fb4c2e006b3e6196a3b9917 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 14 Jul 2014 21:54:17 +0200 Subject: [PATCH] Add ODM / ORM subsection --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 23cdcb3..d09c4a7 100644 --- a/readme.md +++ b/readme.md @@ -250,11 +250,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Database -- [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. -- [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports SQLite, MySQL, PostgreSQL. +- 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. ### Testing