From c5bf8735bcce4514504409319bd4e6550a36efbb Mon Sep 17 00:00:00 2001 From: Biktop Date: Sat, 18 Jun 2016 21:53:40 +0200 Subject: [PATCH] Add Objection.js Modern light ORM (supports Promises, ES6/ES7 syntax) is built on the knee. Has very good documentation and samples. Closes #528 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 98ad7fd..45fe162 100644 --- a/readme.md +++ b/readme.md @@ -556,6 +556,7 @@ - [orm2](https://github.com/dresende/node-orm2) - ORM for PostgreSQL, MariaDB, MySQL, Amazon Redshift, SQLite, MongoDB. - [firenze](https://github.com/fahad19/firenze) - Adapter-based ORM for MySQL, Memory, Redis, localStorage and more. - [pg-promise](https://github.com/vitaly-t/pg-promise) - PostgreSQL framework for native SQL using promises. + - [Objection.js](https://github.com/Vincit/objection.js) - Lightweight ORM built on the SQL query builder Knex. - Query builder - [Knex](http://knexjs.org) - A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use. - Other