11 lines
183 B
Markdown
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.
|