prisma / tiberius

TDS 7.2+ (Microsoft SQL Server) driver for Rust
Apache License 2.0
305 stars 112 forks source link

Using Tiberius with named pipes #131

Open pimeys opened 3 years ago

pimeys commented 3 years ago

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

janpio commented 7 months ago

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