SeaQL / sea-orm

🐚 An async & dynamic ORM for Rust
https://www.sea-ql.org/SeaORM/
Apache License 2.0
7.37k stars 517 forks source link

`sea-orm-migration` is missing the `sqlx-all` feature #2334

Open DenuxPlays opened 3 months ago

DenuxPlays commented 3 months ago

Description

Sea-orm has the sqlx-all features where all sqlx features are enabled. Sea-orm-migration is missing this feature which is probably not expected.

Workarounds

Enable every sqlx-* feature manually.

Versions

Sea-orm and Sea-orm-migration v1.0.0