mirror of
https://github.com/dhamaniasad/awesome-postgres.git
synced 2025-02-02 13:26:01 +02:00
Add postgres node.js binding
This commit is contained in:
parent
8e385f7e01
commit
b2580101fa
@ -184,7 +184,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
|
||||
* Haskell: [postgresql-simple](http://hackage.haskell.org/package/postgresql-simple)
|
||||
* Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/)
|
||||
* .Net/.Net Core: [Npgsql](https://github.com/npgsql/npgsql)
|
||||
* Node: [node-postgres](https://github.com/brianc/node-postgres), [pg-promise](https://github.com/vitaly-t/pg-promise), [pogi](https://github.com/holdfenytolvaj/pogi), [slonik](https://github.com/gajus/slonik)
|
||||
* Node: [node-postgres](https://github.com/brianc/node-postgres), [pg-promise](https://github.com/vitaly-t/pg-promise), [pogi](https://github.com/holdfenytolvaj/pogi), [slonik](https://github.com/gajus/slonik), [postgres](https://github.com/porsager/postgres)
|
||||
* Perl: [DBD-Pg](https://metacpan.org/pod/distribution/DBD-Pg/Pg.pm)
|
||||
* PHP: [Pomm](http://www.pomm-project.org), [pecl/pq](https://github.com/m6w6/ext-pq)
|
||||
* Python: [psycopg2](https://pypi.org/project/psycopg2/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user