alexander-jackson/blackboards

Swap to SQLx for database queries

Closed this issue · 0 comments

The only synchronous part of the codebase at the moment is diesel. sqlx supports asynchronous queries, which may result in better performance due to the small number of threads in production.