yandex / ozo

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

create an example of calling a stored procedure ? #311

Open nqf opened 1 year ago

nqf commented 1 year ago

As a beginner user of this library, I am very confused about how to call stored procedures

This is an example of Boost MySQL calling a stored procedure https://github.com/boostorg/mysql/blob/0572740ba2a720c9745dfeec78ff291a1f33b3b8/example/snippets.cpp#L761