From 875e1491b47ac690b121c5f9434715dbbbd4b43d Mon Sep 17 00:00:00 2001 From: Dmitriy Olshevskiy Date: Mon, 15 Feb 2016 18:59:33 +0200 Subject: [PATCH] add python's psycopg2 to language bindings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4ab1f4..94086b6 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * Perl: [DBD-Pg](http://search.cpan.org/~rudy/DBD-Pg/Pg.pm) * Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) * Node: [node-postgres](https://github.com/brianc/node-postgres) +* Python: [psycopg2](https://pypi.python.org/pypi/psycopg2) ### Tutorials * [tutorialspoint PostgreSQL tutorial](http://www.tutorialspoint.com/postgresql/) - A very extensive collection of tutorials on PostgreSQL