boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
259 stars 33 forks source link

Named pipe support #89

Open anarthal opened 2 years ago

anarthal commented 2 years ago

Windows named pipes should already work with the current implementation. However, we should provide the following:

anarthal commented 3 months ago

any_connection requires explicit support, and I think this could be worth it.