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

Snippet refactor #237

Closed anarthal closed 5 months ago

anarthal commented 5 months ago

Snippets are currently contained in a single file. It's huge, and forces workarounds as adding the _t suffix to some types to avoid clashes. We should split it in a file per section.