..
2021-12-15 02:59:17 +08:00
2021-11-06 17:33:51 +08:00
2021-11-06 17:33:51 +08:00
2021-11-06 17:33:51 +08:00
2021-12-15 02:59:17 +08:00
2021-11-06 17:33:51 +08:00

Axum with SeaORM example app

Edit Cargo.toml to use sqlx-mysql or sqlx-postgres.

[features]
default = ["sqlx-$DATABASE"]

Edit .env to point to your database.