![]() |
Home | Libraries | People | FAQ | More |
(Legacy) A connection to MySQL over a UNIX domain socket.
Defined in header <boost/mysql/unix.hpp>
using unix_connection = connection
< boost::asio::local::stream_protocol::socket >;
New code should use any_connection
instead of connection
and its helper typedefs, as it's simpler to use and provides the same level
of performance.
Convenience header <boost/mysql.hpp>