sea-query-sqlx 0.8.0-rc.16

Driver library for using SeaQuery with SQLx
1
2
3
#[derive(Clone, Debug, PartialEq)]
#[repr(transparent)]
pub struct SqlxValues(pub sea_query::Values);