Billy Chan aa7254179f
Prepare for 0.5.0-rc.1 (#404)
* docs: edit changelog

* test: update examples' sea-orm version

* docs: edit changelog
2021-12-31 00:41:47 +08:00
..
2021-12-24 23:59:37 +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-31 00:41:47 +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.