mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-18 08:10:31 +03:00
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.
This commit is contained in:
+292
-204
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user