prisma / tiberius

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

Close connection explicitly #268

Closed tyt2y3 closed 1 year ago

tyt2y3 commented 1 year ago

This PR adds a method allowing users to close the connection explicitly and wait until it is closed.

tyt2y3 commented 1 year ago

Thank you.