You've already forked awesome-postgres
mirror of
https://github.com/dhamaniasad/awesome-postgres.git
synced 2025-07-04 05:30:24 +02:00
Add pg-promise
pg-promise is a mature, well tested postgres binding for nodejs with promise interface.
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user