Make use of pool.acquire to prevent out-of-order db-actions

This commit is contained in:
Tobias Reisinger 2023-11-21 03:42:33 +01:00
parent f3d08aab80
commit 271b24b70d
8 changed files with 248 additions and 131 deletions
src/db

View file

@ -67,4 +67,4 @@ impl From<Error> for DatabaseError {
_ => DatabaseError::Unknown,
}
}
}
}