v0.5.0
- updated: To latest rusqlite version (
0.30
). - added: Added
params
macro export fromrusqlite
crate. - breaking:
Connection::call
now takestokio_rusqlite::Result
instead
ofrusqlite::Result
. - added: Added
Error::Other
variant for application
specific errors. - added: Added
Connection::call_unwrap
method.