* Update examples sea-orm version * Update example sea-schema version * Update [cli] sea-schema version * Fix [cli] cargo publish failed * Update CHANGELOG * Edit rocket example * Poem example with migration * Axum example with migration * Refactoring * Actix4 example with migration * Actix example with migration * Use sea_schema::migration::prelude
3 lines
81 B
Bash
3 lines
81 B
Bash
HOST=127.0.0.1
|
|
PORT=8000
|
|
DATABASE_URL="mysql://root:root@localhost/actix_example" |