mysql
mysql copied to clipboard
any_connection stream customization
The new any_connection
doesn't allow custom Stream
types - it always uses detail::variant_stream
. I'm not sure whether this is really required, since this stream is designed to cover almost all real use cases.
If your use case doesn't fit the default stream, please comment in this issue.