postgrespp icon indicating copy to clipboard operation
postgrespp copied to clipboard

postgres++ async C++ driver is a thin libpq wrapper in C++ for PostgreSQL that aims to make libpq easier to use. It has asynchronous behavior and depends on Boost.ASIO for async operations. It makes u...

Results 1 postgrespp issues
Sort by recently updated
recently updated
newest added

The current implementation of the library has field type checks via the size of the binary representation of the expected type. However, there may be situations when this check is...