tiberius icon indicating copy to clipboard operation
tiberius copied to clipboard

Using Tiberius with named pipes

Open pimeys opened this issue 4 years ago • 1 comments

Mio 0.7 has support for Windows named pipes. The author of mysql_async (blackbeam) is having a PR open to Tokio to support them in the runtime.

I wrote a small example, trying them out with Tiberius, and they actually work!

When the support lands to Tokio, we should update our documentation to reflect these changes.

https://github.com/prisma/tiberius/pull/132

pimeys avatar Feb 26 '21 19:02 pimeys

Named pipes were merged to tokio via https://github.com/tokio-rs/tokio/pull/3760

janpio avatar Nov 20 '23 18:11 janpio