marcoow / rust_rest

MIT License
5 stars 1 forks source link

Use Sqlx instead of tokio-postres #36

Closed marcoow closed 12 months ago

marcoow commented 12 months ago

This switches from tokio-postgres to sqlx which is much nicer to work with.

TODO

see #34