boostorg / mysql

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

Feature/69 query formatting #213

Closed anarthal closed 6 months ago

anarthal commented 7 months ago

Adds a way to safely compose SQL query strings client-side. The notation is inspired in fmtlib.

Documentation for this PR can be found here. The page describing this feature is this.

anarthal commented 6 months ago

Completed via squash-merge (5e8992ba880284e505404404de907316c2683337)