Ozo Versions Save

OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.

v0.1.0

4 years ago

This is the very first release of the library - the most of API is stable but slightly may change until v1.0.0. The most significant upcoming change is non-copyable Connection from ozo::connection_info and ozo::connection_pool. Now it is std::shared_ptr and this is not the best architecture solution. This will change. So try to avoid connection copies.