1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-18 11:12:31 +02:00

Merge pull request #37 from m6w6/patch-1

Add pecl/pq, a native libpq binding for PHP
This commit is contained in:
Lukas Fittl 2016-03-11 17:53:05 -08:00
commit c8a4a138b2

View File

@ -91,7 +91,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)