MySQL client library built on top of Boost.Asio
Branch | Windows/Linux Build | OSX build | Coverage | Documentation |
---|---|---|---|---|
master |
Docs for master | |||
develop |
Docs for develop |
Boost.MySQL is a C++11 client for MySQL and MariaDB database servers, based on Boost.Asio. Boost.MySQL is part of Boost.
Breaking changes in Boost 1.85
Boost.MySQL now requires linking with Boost.Charconv, which is a compiled library.
If you're getting link errors, link your executable to the Boost::charconv
CMake target.
No C++ code changes are required.
Feedback
Do you have any suggestion? Would you like to share a bad or good experience while using the library? Please comment on this issue.
... More
license | BSL-1.0 |
---|---|
project | boost |
url | github.com/boostorg/mysql |
doc-url | www.boost.org/doc/libs/1_85_0/libs/mysql |
boost-users@lists.boost.orgMailing list | |
topics | C++Boost |
2 Versions
version | 1.85.0 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 15; libssl, libcrypto, libboost-asio, libboost-assert, libboost-charconv, libboost-config, libboost-core, libboost-describe, libboost-endian, libboost-intrusive, libboost-mp11, libboost-optional, libboost-system, libboost-throw-exception, libboost-variant2 |
reviews | +1 |
version | 1.83.0 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 13; libssl, libcrypto, libboost-asio, libboost-assert, libboost-config, libboost-core, libboost-describe, libboost-endian, libboost-lexical-cast, libboost-mp11, libboost-system, libboost-throw-exception, libboost-variant2 |
reviews | +1 |