1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-07-03 05:26:48 +02:00

Add pg-promise

pg-promise is a mature, well tested postgres binding for nodejs with promise interface.
This commit is contained in:
Mengxuan Xia
2017-02-16 15:05:50 -05:00
committed by GitHub
parent a4f92e824d
commit 81b06203cc

View File

@ -124,7 +124,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* Elixir: [postgrex](https://github.com/elixir-ecto/postgrex) * Elixir: [postgrex](https://github.com/elixir-ecto/postgrex)
* Go: [pgx](https://github.com/jackc/pgx) * Go: [pgx](https://github.com/jackc/pgx)
* Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) * 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) * 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) * PHP: [Pomm](http://www.pomm-project.org), [pecl/pq](https://github.com/m6w6/ext-pq)
* Python: [psycopg2](https://pypi.python.org/pypi/psycopg2) * Python: [psycopg2](https://pypi.python.org/pypi/psycopg2)