Concordium / concordium-misc-tools

A collection of small tools with a well-defined purpose
Apache License 2.0
4 stars 6 forks source link

Cleanup: Use sqlx #224

Open lassemand opened 2 months ago

lassemand commented 2 months ago

Use sqlx to interact with the database.

soerenbf commented 2 months ago

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).