polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

replace sqlx-git-custom with sqlx #421

Closed bitfl0wer closed 1 year ago

bitfl0wer commented 1 year ago

It seems, as if the regular sqlx does everything that chorus needs atm. Therefore, we can switch to the official version of that lib.