...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The ID of the collation to use for the connection.
std::uint16_t connection_collation {45};
Impacts how text queries and prepared statements are interpreted. Defaults
to utf8mb4_general_ci
,
which is compatible with MySQL 5.x, 8.x and MariaDB.