deadpool-sqlite 0.2.0

Dead simple async pool for rusqlite
Documentation
1
2
3
4
5
6
7
8
9
10
11
## v0.2.0

* __Breaking:__ Replace `config` feature with `serde` (opted out by default)
* Add support for multiple runtimes
* Fix panic handling inside the `interact` method
* Wrap blocking drop method of connections inside `spawn_blocking`
* Remove unused `futures`, `tokio` and `log` dependencies

## v0.1.0

* First release