13 lines
199 B
Markdown
13 lines
199 B
Markdown
# SeaORM Entity Generator Example
|
|
|
|
Prepare:
|
|
|
|
Setup a test database and configure the connection string in `main.rs`.
|
|
Run `bakery.sql` to setup the test table and data.
|
|
|
|
Running:
|
|
|
|
```sh
|
|
cargo run
|
|
```
|