Releases: SeaQL/sea-query
Releases · SeaQL/sea-query
0.8.0
json
support behind features
- backend as features (
backend-mysql
, backend-postgres
, backend-sqlite
)
- added
from_schema()
, from_schema_as()
0.7.0
- Revamp
Value
build()
API change
postgres
driver support
json
and chrono
support
0.6.1
- Added
join_as
- Deprecated
expr_alias
, from_alias
0.6.0
- Custom expression with parameters
Expr::cust_with_values()
- Custom function call
Func::cust()
- Postgres enum
Type::create().as_enum()
0.5.0
- derive macro
#[derive(Iden)]
0.4.0
- Added JSON binary column type
ColumnDef::json_binary()
- Custom column type
ColumnDef::custom()