Expand description
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.