Skip to content

Releases: jgaa/mysqlpool-cpp

BETA 2

22 Apr 15:55
2003f02
Compare
Choose a tag to compare
BETA 2 Pre-release
Pre-release

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

24 Mar 18:44
1c73fa4
Compare
Choose a tag to compare
BETA 1 Pre-release
Pre-release

This is the initial release of this library.