Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the develop branch. The current version is 1.91.0.
(Legacy) A connection to MySQL over a UNIX domain socket over TLS.
Defined in header <boost/mysql/unix_ssl.hpp>
using unix_ssl_connection = connection< boost::asio::ssl::stream< boost::asio::local::stream_protocol::socket > >;
New code should not use this class. When using UNIX sockets, we recommend using plaintext connections.
Convenience header <boost/mysql.hpp>