PostgreSQL Application Programming Interfaces

This section shows you how to interact with the PostgreSQL database from the applications that use popular programming languages such as PHP, Java, and Python.

PostgreSQL PHP

This section shows you how to interact with the PostgreSQL database using PHP PDO API. It teaches you how to perform the common database operations in PHP such as creating new tables, inserting data, updating data, and querying data.

PostgreSQL Python

This PostgreSQL Python section shows how to work with PostgreSQL from Python programming language using the psycopg2 database driver.

PostgreSQL JDBC

In this PostgreSQL JDBC section, you will learn how to interact with the PostgreSQL databases in Java using the PostgreSQL JDBC driver.