next up previous
Next: Examples Up: Writing PostgreSQL Applications Previous: Why Use a Database?

Accessing the Database

The following figure illustrates how applications communicate to the database:

Libpq is the POSTGRESQL C library that allows applications to communicate with the database. Using libpq is a fairly straightforward process:


Bruce Momjian
2003-01-31