Projects / libpqxx

libpqxx

libpqxx is the C++ front-end or driver (in the sense of "language binding") for PostgreSQL. It can help you write a program that uses PostgreSQL as a database on just about any platform.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  27 Nov 2011 22:02

Release Notes: The theme for 4.0 is simplicity, but there have been many other improvements as well. At last, there's a viable Visual C++ build.

  •  16 Feb 2010 05:50

    Release Notes: Shared libraries are now versioned by ABI: 3.1 instead of 3.1.0 etc. Threading behavior is now documented and can be queried. Configuring with --with-tr1=boost will cause the BOOST shared_ptr to be used. Read-only transactions are now supported. binarystring::str() is no longer cached and no longer returns a reference. It is now possible to check whether a prepared statement has been defined. Results now have an iterator as well as const_iterator. robusttransaction logic was rewritten and may actually do its job now. Build fixes were made for Solaris, Red Hat, and Visual C++.

    Screenshot

    Project Spotlight

    daytime

    A trivial program to get time using the "daytime", "time", or HTTP protocols.

    Screenshot

    Project Spotlight

    CyaSSL

    A small, fast, embedded implementation of SSL/TLS.