December 2001
Intermediate to advanced
768 pages
14h 36m
English
Connecting PostgreSQL to other software packages is an important issue. When building applications, it is necessary to have interfaces for talking to the server. Because PostgreSQL is a flexible and sophisticated piece of software, it provides a lot of programming interfaces for many different languages. This chapter will guide you through the world of PostgreSQL's programming interfaces and you will learn to build powerful applications based on PostgreSQL.
Today, C and C++ are very widespread. A lot of software has been written in C or C++, especially for Unix. PostgreSQL is written in C as well, so it seems obvious that PostgreSQL provides a powerful C/C++ interface. In this section, you will take a closer ...
Read now
Unlock full access