1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-03-04 15:51:21 +02:00

Merge pull request #31 from jbranchaud/add-pgx-as-language-binding

Add pgx as a Go language binding
This commit is contained in:
Asad Dhamani 2016-02-17 16:41:57 +05:30
commit 72597a0cdd

View File

@ -73,6 +73,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [apgdiff](http://www.apgdiff.com/) - Compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one
### Language bindings
* Go: [pgx](https://github.com/jackc/pgx)
* Rust: [rust-postgresql](https://github.com/sfackler/rust-postgres)
* Perl: [DBD-Pg](http://search.cpan.org/~turnstep/DBD-Pg/Pg.pm)
* Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/)