libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
libpqxx Documentation
Author
Jeroen T. Vermeulen jtv@x.nosp@m.s4al.nosp@m.l.nl

Welcome to libpqxx, the C++ API to the PostgreSQL database management system.

Compiling this package requires PostgreSQL to be installed–including the C headers for client development. The library builds on top of PostgreSQL's standard C API, libpq. The libpq headers are not needed to compile client programs, however.

For a quick introduction to installing and using libpqxx, see the README file; a more extensive tutorial is available in doc/html/Tutorial/index.html.

The latest information, as well as updates, a mailing list, and a bug reporting system can be found at http://pqxx.org/

Some links that should help you find your bearings:

See Also
http://pqxx.org/