From 33ea680787a4304d3e1fb188006721572ef9ef8f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 15 Feb 2016 21:42:45 +0100 Subject: [PATCH] Add pecl/pq, a native libpq binding for PHP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 783b59e..0ddf9c6 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * Perl: [DBD-Pg](http://search.cpan.org/~turnstep/DBD-Pg/Pg.pm) * Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) * Node: [node-postgres](https://github.com/brianc/node-postgres) -* PHP: [Pomm](http://www.pomm-project.org) +* PHP: [Pomm](http://www.pomm-project.org), [pecl/pq](https://github.com/m6w6/ext-pq) * Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern) * Elixir: [postgrex](https://github.com/ericmj/postgrex) * Python: [psycopg2](https://pypi.python.org/pypi/psycopg2)