* Add `DeriveMigrationName` * CLI migrate generate without replacing migration name * Update migrations * Fixup
Axum-GraphQL with SeaORM example app
-
Modify the
DATABASE_URL
var in.env
to point to your chosen database -
Turn on the appropriate database feature for your chosen db in
Cargo.toml
(the"sqlx-sqlite",
line) -
Execute
cargo run
to start the server -
Visit localhost:3000/api/graphql in browser