From 1544e8f30b371112a1816479bfa6d287a8011f90 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Fri, 25 Mar 2016 21:39:48 +0700 Subject: [PATCH] Close #480 PR: Add pg-promise. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b0a1da2..e9f5c5e 100644 --- a/readme.md +++ b/readme.md @@ -539,6 +539,7 @@ - [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. - [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. - Query builder - [Knex](http://knexjs.org) - A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use. - Other