sea-query-sqlx 0.8.0-rc.9

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 [Values] object, which can be directly passed to sqlx's [sqlx::query_with] method.