From f026646e98f5f0ea78e27e47eb4f01b61f6c723c Mon Sep 17 00:00:00 2001 From: Sergio Lepore Date: Fri, 29 Aug 2014 11:04:24 -0300 Subject: [PATCH] Add Waterline ORM --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 14094e7..bccd2ed 100644 --- a/readme.md +++ b/readme.md @@ -332,6 +332,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [JugglingDB](https://github.com/1602/jugglingdb) - Multi-database ORM with a common API. Supports Redis, PostgreSQL, MongoDB, MySQL, SQLite, Neo4j, memory, and more. - [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. - Query builder - [Knex](http://knexjs.org/) - A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.