File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/postgresql/single-server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Most language client libraries used to connect to PostgreSQL server are external
24
24
| Python | [ psycopg] ( https://www.psycopg.org/ ) | DB API 2.0-compliant | [ Download] ( https://sourceforge.net/projects/adodbapi/ ) |
25
25
| PHP | [ php-pgsql] ( https://secure.php.net/manual/en/book.pgsql.php ) | Database extension | [ Install] ( https://secure.php.net/manual/en/pgsql.installation.php ) |
26
26
| Node.js | [ Pg npm package] ( https://www.npmjs.com/package/pg ) | Pure JavaScript non-blocking client | [ Install] ( https://www.npmjs.com/package/pg ) |
27
- | Java | [ JDBC] ( https://jdbc.postgresql.org/ ) | Type 4 JDBC driver | [ Download] ( https://jdbc.postgresql.org/download.html ) |
27
+ | Java | [ JDBC] ( https://jdbc.postgresql.org/ ) | Type 4 JDBC driver | [ Download] ( https://jdbc.postgresql.org/download/ ) |
28
28
| Ruby | [ Pg gem] ( https://deveiate.org/code/pg/ ) | Ruby Interface | [ Download] ( https://rubygems.org/downloads/pg-0.20.0.gem ) |
29
29
| Go | [ Package pq] ( https://godoc.org/github.com/lib/pq ) | Pure Go postgres driver | [ Install] ( https://github.com/lib/pq/blob/master/README.md ) |
30
30
| C\# / .NET | [ Npgsql] ( https://www.npgsql.org/ ) | ADO.NET Data Provider | [ Download] ( https://dotnet.microsoft.com/download ) |
You can’t perform that action at this time.
0 commit comments