1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00

update rusqlite and r2d2_sqlite in async_db and r2d2 (#148)

* upgrade rusqlite to 0.18

* add note about async_db blocking and running in thread pool

* idiomatic async_db

- DRY
- Iterator::collect + return type
- note about why we are sleeping

* remove r2d2/test.db
This commit is contained in:
Arve Seljebu
2020-01-30 07:52:10 +01:00
committed by GitHub
parent 817a61855d
commit 78a753a06a
5 changed files with 66 additions and 83 deletions

View File

@ -13,5 +13,5 @@ env_logger = "0.6"
uuid = { version = "0.8", features = ["v4"] }
r2d2 = "0.8"
r2d2_sqlite = "0.8"
rusqlite = "0.16"
r2d2_sqlite = "0.10"
rusqlite = "0.18"

Binary file not shown.