SeaQL / sea-orm

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

sea-orm-migration should not depend on async-std #748

Closed Sytten closed 2 years ago

Sytten commented 2 years ago

Description

The migrations should not depend on any async implementation. What should instead be done is changing the template created on init to have the dependency and then remove it from the crate.

billy1624 commented 2 years ago

Hey @Sytten, thanks for pointing that out, I agree with you. We should let user to decide the runtime :)

billy1624 commented 2 years ago

Hey @Sytten, please check @Sytten