I'm kicking off a blog series about Rust's SeaORM, all from a beginner's angle.
Check out the posts:
Copy .env.example
to .env
and update the values.
Use the following command to run the migration:
sea-orm-cli migration up
Use the following command to update the entity
crate:
sea generate entity -o entity/src --lib