boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
258 stars 33 forks source link

Example with INSERT and DELETE #87

Closed anarthal closed 8 months ago

anarthal commented 2 years ago

Provide an example on how to use INSERT and DELETE statements, and how to use resultset::last_insert_id.

anarthal commented 8 months ago

This was done when we introduced the connection pool example.