sea-query-sqlx 0.8.0-rc.10

Driver library for using SeaQuery with SQLx
Documentation

Driver library for using SeaQuery with SQLx

This library introduces various traits that add methods to the query types from sea-query. For instance, using the [SqlxBinder] trait adds a [SqlxBinder::build_sqlx] method that returns the query and a [SqlxValues] object, which can be directly passed to sqlx's sqlx::query_with method.