2022-01-13 12:24:42 +08:00

11 lines
183 B
Markdown

# Poem with SeaORM example app
Edit `Cargo.toml` to use `sqlx-mysql` or `sqlx-postgres`.
```toml
[features]
default = ["sqlx-$DATABASE"]
```
Edit `.env` to point to your database.