doc: Add Node.js and Go drivers to client interfaces

Also, fix client interface JDBC language name to Java.

Author: Sehrope Sarkuni <sehrope@jackdb.com>
This commit is contained in:
Peter Eisentraut 2017-06-09 20:34:27 -04:00
parent 0332993c4e
commit e20f679f66
1 changed files with 15 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<row>
<entry>JDBC</entry>
<entry>JDBC</entry>
<entry>Java</entry>
<entry>Type 4 JDBC driver</entry>
<entry><ulink url="https://jdbc.postgresql.org/"></ulink></entry>
</row>
@ -82,6 +82,13 @@
<entry><ulink url="http://pqxx.org/"></ulink></entry>
</row>
<row>
<entry>node-postgres</entry>
<entry>JavaScript</entry>
<entry>Node.js driver</entry>
<entry><ulink url="https://node-postgres.com/"></ulink></entry>
</row>
<row>
<entry>Npgsql</entry>
<entry>.NET</entry>
@ -96,6 +103,13 @@
<entry><ulink url="http://sourceforge.net/projects/pgtclng/"></ulink></entry>
</row>
<row>
<entry>pq</entry>
<entry>Go</entry>
<entry>Pure Go driver for Go's database/sql</entry>
<entry><ulink url="https://github.com/lib/pq"></ulink></entry>
</row>
<row>
<entry>psqlODBC</entry>
<entry>ODBC</entry>