rust-sqlb icon indicating copy to clipboard operation
rust-sqlb copied to clipboard

Simple and expressive SQL Builder for Rust (Database Executor/Driver Independent).

Results 2 rust-sqlb issues
Sort by recently updated
recently updated
newest added

I am working on a production app which is using sqlb, we use both postgres and sqlite. Unfortunately, upgrading to sqlx 0.8.0 caused a dependency issue with sqlb as it...