Skip to content

v0.5.0

Compare
Choose a tag to compare
@abs0luty abs0luty released this 25 Nov 15:40
· 20 commits to master since this release
  • updated: To latest rusqlite version (0.30).
  • added: Added params macro export from rusqlite crate.
  • breaking: Connection::call now takes tokio_rusqlite::Result instead
    of rusqlite::Result.
  • added: Added Error::Other variant for application
    specific errors.
  • added: Added Connection::call_unwrap method.