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

sqlx related improvements #542

Closed bitfl0wer closed 1 month ago

bitfl0wer commented 1 month ago

This PR bumps chorus from sqlx v0.7.4 to sqlx v0.8.0, which had some backwards incompatible changes. Also, instead of requiring MySQL/MariaDB to be used with chorus/sqlx, this PR enables any database driver to be used via the sqlx::Any Database Driver.

Closes #541 when merged.