From 1091a2d76f8aded47212dad384a0a8351d1a00db Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 8 May 2015 19:04:00 +0200 Subject: [PATCH] add `orm2` closes #274 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 864f34e..d4e205c 100644 --- a/readme.md +++ b/readme.md @@ -444,6 +444,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Waterline](https://github.com/balderdashy/waterline) - Datastore-agnostic tool that dramatically simplifies interaction with one or more databases. - [Iridium](https://github.com/SierraSoftworks/Iridium) - A high performance MongoDB ORM with support for promises, distributed caching, preprocessing, validation and plugins. - [OpenRecord](https://github.com/PhilWaldmann/openrecord) - ORM for PostgreSQL, MySQL, SQLite3 and RESTful datastores. Similar to ActiveRecord. + - [orm2](https://github.com/dresende/node-orm2) - ORM for PostgreSQL, MariaDB, MySQL, Amazon Redshift, SQLite, MongoDB. - Query builder - [Knex](http://knexjs.org) - A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use. - Other