sea-query-sqlx 0.8.0-rc.16

Driver library for using SeaQuery with SQLx
docs.rs failed to build sea-query-sqlx-0.8.0-rc.16
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sea-query-sqlx-0.8.0-rc.15

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.