
sea-orm was getting to be bigger hassle I think and harder to compile, diesel seems simple and effective enough.
8 lines
201 B
TOML
8 lines
201 B
TOML
# For documentation on how to configure this file,
|
|
# see https://diesel.rs/guides/configuring-diesel-cli
|
|
|
|
[print_schema]
|
|
file = "src/rust/schema.rs"
|
|
|
|
[migrations_directory]
|
|
dir = "src/rust/migrations"
|