Releases: jgaa/mysqlpool-cpp
Releases · jgaa/mysqlpool-cpp
BETA 2
What's Changed
- Added automatic caching of prepared statements per connection.
- Added persistent handle so that multiple queries can be executed in sequence on the same connection
- Added Transactions
- Added TLS options
- Fixed a number of bugs I came across
Full Changelog: v0.2.0-beta.1...v0.4.0-beta.2
BETA 1
This is the initial release of this library.