programatik29 / tokio-rusqlite

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

Implement `call_unwrap` #21

Closed czocher closed 1 year ago

czocher commented 1 year ago

Connection::call_unwrap is a more user-friendly alternative to call. It can panic if the underlying connection is closed, but provides an easier interface otherwise.

Closes #20.

czocher commented 1 year ago

@programatik29 anything I can improve here?