programatik29 / tokio-rusqlite

Asynchronous handle for rusqlite library.
MIT License
89 stars 21 forks source link

Make `Connection::call` return a `Result` #15

Closed czocher closed 1 year ago

czocher commented 1 year ago

Implement a breaking API change to make all the methods in this crate return a new crate::Error type.

programatik29 commented 1 year ago

Thanks.