1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-30 07:23:55 +00:00
vaultwarden/src/db
BlackDex 775d07e9a0
Async/Awaited all db methods
This is a rather large PR which updates the async branch to have all the
database methods as an async fn.

Some iter/map logic needed to be changed to a stream::iter().then(), but
besides that most changes were just adding async/await where needed.
2022-01-30 22:26:18 +01:00
..
models Async/Awaited all db methods 2022-01-30 22:26:18 +01:00
schemas Add support for API keys 2022-01-21 23:10:11 -08:00
mod.rs Async/Awaited all db methods 2022-01-30 22:26:18 +01:00