maelstrom-rs / maelstrom

High performance Matrix Home Server in rust.
Apache License 2.0
242 stars 16 forks source link

Upgrade Sqlx to latest #136

Open chrisabruce opened 3 years ago

chrisabruce commented 3 years ago

Upgrade Sqlx to latest and use Sqlx migrations.

jplatte commented 3 years ago

You may want to wait for SQLx 0.5, which will bring a few small QoL improvements, and tokio 1.0 / actix-rt 2.0 support (once the latter is released).