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 @@ -21,7 +21,7 @@ Most language client libraries used to connect to PostgreSQL server are external
2121
2222| ** Language** | ** Client interface** | ** Additional information** | ** Download** |
2323| --------------| ----------------------------------------------------------------| -------------------------------------| --------------------------------------------------------------------|
24- | Python | [ psycopg] ( http ://initd. org/psycopg/ ) | DB API 2.0-compliant | [ Download] ( http ://initd.org/psycopg/download /) |
24+ | Python | [ psycopg] ( https ://www.psycopg. org/) | DB API 2.0-compliant | [ Download] ( https ://sourceforge.net/projects/adodbapi /) |
2525| PHP | [ php-pgsql] ( https://secure.php.net/manual/en/book.pgsql.php ) | Database extension | [ Install] ( https://secure.php.net/manual/en/pgsql.installation.php ) |
2626| Node.js | [ Pg npm package] ( https://www.npmjs.com/package/pg ) | Pure JavaScript non-blocking client | [ Install] ( https://www.npmjs.com/package/pg ) |
2727| Java | [ JDBC] ( https://jdbc.postgresql.org/ ) | Type 4 JDBC driver | [ Download] ( https://jdbc.postgresql.org/download.html ) |
You can’t perform that action at this time.
0 commit comments