yandex / ozo

OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.
PostgreSQL License
227 stars 46 forks source link

The documented method is deprecated #262

Open neel opened 4 years ago

neel commented 4 years ago

Please update the HOWTO

thed636 commented 4 years ago

Hi Neel! Which one?

neel commented 4 years ago

The HOWTO uses ozo::make_connector(conn_info, io), which is deprecated.