Open lassemand opened 2 months ago
Use sqlx to interact with the database.
Why? We use tokio_postgres everywhere else for DB integration. When I read around it seems like sqlx is slower (although I don't know by which metrics, and it might be outdated).
tokio_postgres
Use sqlx to interact with the database.