Skip to main content

Crate sea_query_sqlx

Crate sea_query_sqlx 

Source
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 SqlxValues object, which can be directly passed to sqlx’s sqlx::query_with method.

Structs§

SqlxValues

Traits§

SqlxBinder