Pgfe 2 is available, a client-side C++ API for PostgreSQL.
The first stable release of Pgfe 2 (PostGres FrontEnd) has been published, an advanced and multifunctional driver (client API) for PostgreSQL, written in C++, simplifying interaction with PostgreSQL in C++ projects. The project code is distributed under the Apache 2.0 license. A compiler that supports the C++17 standard is required for building. Key features include: Connection in blocking and non-blocking modes. Handling of prepared […]
