programatik29 / tokio-rusqlite

Asynchronous handle for rusqlite library.
MIT License
84 stars 20 forks source link

Add `Connection::close` method to explicitly close a `Connection` #12

Closed czocher closed 1 year ago

czocher commented 1 year ago

This PR adds a new method meant for explicit connection closing. This method is an async equivalent to the rusqlite Connection::close method.

Closes #7.

programatik29 commented 1 year ago

I think this is the best solution.