DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

H.1. Client Interfaces

There are only two client interfaces included in the base PostgreSQL distribution:

All other language interfaces are external projects and are distributed separately. Table H-1 includes a list of some of these projects. Note that some of these packages may not be released under the same license as PostgreSQL. For more information on each language interface, including licensing terms, refer to its website and documentation.

Table H-1. Externally Maintained Client Interfaces

NameLanguageCommentsWebsite
DBD::PgPerlPerl DBI driverhttp://search.cpan.org/dist/DBD-Pg/
JDBCJDBCType 4 JDBC driverhttp://jdbc.postgresql.org/
libpqxxC++New-style C++ interfacehttp://thaiopensource.org/development/libpqxx/
libpq++C++Old-style C++ interfacehttp://gborg.postgresql.org/project/libpqpp/
Npgsql.NET.NET data providerhttp://pgfoundry.org/projects/npgsql/
ODBCngODBCAn alternative ODBC driverhttp://projects.commandprompt.com/public/odbcng/
pgtclngTcl http://pgfoundry.org/projects/pgtclng/
psqlODBCODBCThe most commonly-used ODBC driverhttp://odbc.postgresql.org/
psycopgPythonDB API 2.0-complianthttp://www.initd.org/