From de9bebcc6a754eaa6241c2e0c94c2555c33116f7 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 15 Feb 2016 13:26:08 -0600 Subject: [PATCH] Add pgx as a Go language binding --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4ab1f4..a301b9e 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - ERAlchemy generates Entity Relation (ER) diagram from databases ### 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/~rudy/DBD-Pg/Pg.pm) * Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/)