boostorg / mysql

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

Update "When to use" section in the docs #245

Open anarthal opened 5 months ago

anarthal commented 5 months ago

We now have a connection pool and client-side SQL formatting functions, which widens the advantages of using the library against a native API, even for sync connections. These should be listed there.