From a3ba4c240596f9104934a57327a004b283a81617 Mon Sep 17 00:00:00 2001 From: Luiz Freneda Date: Fri, 4 Dec 2015 22:35:31 +0100 Subject: [PATCH] Close #401 PR: Add `Massive`. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4bf74a4..5c65e89 100644 --- a/readme.md +++ b/readme.md @@ -474,6 +474,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Redis](https://github.com/luin/ioredis) - Redis client. - ODM / ORM - [Bookshelf](http://bookshelfjs.org) - ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js. + - [Massive](https://github.com/robconery/massive-js) - PostgreSQL data access tool. - [Mongoose](http://mongoosejs.com) - Elegant MongoDB object modeling. - [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports PostgreSQL, SQLite, MySQL. - [Waterline](https://github.com/balderdashy/waterline) - Datastore-agnostic tool that dramatically simplifies interaction with one or more databases.