From 81b06203cc9c477805b2235a7ca0efea67fe73ef Mon Sep 17 00:00:00 2001 From: Mengxuan Xia Date: Thu, 16 Feb 2017 15:05:50 -0500 Subject: [PATCH] Add pg-promise pg-promise is a mature, well tested postgres binding for nodejs with promise interface. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a0a3b6..d3398bd 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * Elixir: [postgrex](https://github.com/elixir-ecto/postgrex) * Go: [pgx](https://github.com/jackc/pgx) * Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) -* Node: [node-postgres](https://github.com/brianc/node-postgres) +* Node: [node-postgres](https://github.com/brianc/node-postgres) [pg-promise](https://github.com/vitaly-t/pg-promise) * Perl: [DBD-Pg](http://search.cpan.org/~turnstep/DBD-Pg/Pg.pm) * PHP: [Pomm](http://www.pomm-project.org), [pecl/pq](https://github.com/m6w6/ext-pq) * Python: [psycopg2](https://pypi.python.org/pypi/psycopg2)