mysql icon indicating copy to clipboard operation
mysql copied to clipboard

MySQL C++ client based on Boost.Asio

Results 163 mysql issues
Sort by recently updated
recently updated
newest added

Now that `any_connection` is the way forward, these instantiations only increase build times needlessly.

enhancement

We currently have a surprisingly big number of places where initiating an async operation derives in unpredictable and/or undefined behavior, . Since the introduction of any_connection, which does not expose...

enhancement
security

[Clickhouse](https://clickhouse.com/docs) seems to support a MySQL protocol interface, but it looks like we're not compatible with it yet.

enhancement