diff options
author | Peter Eisentraut | 2017-06-10 00:34:27 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-06-10 00:34:27 +0000 |
commit | e20f679f66fb7930215a1b59f13b5b1c06bfc456 (patch) | |
tree | 6398f510c5408a7adf41f91263091e848471f15f | |
parent | 0332993c4e14f13b211f41535f77aadb305fd354 (diff) |
doc: Add Node.js and Go drivers to client interfaces
Also, fix client interface JDBC language name to Java.
Author: Sehrope Sarkuni <[email protected]>
-rw-r--r-- | doc/src/sgml/external-projects.sgml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index 8457426545..2c41512de5 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -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> @@ -83,6 +83,13 @@ </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> <entry>.NET data provider</entry> @@ -97,6 +104,13 @@ </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> <entry>ODBC driver</entry> |