linstrom/diesel.toml
mStar aka a person 4732b00085 Lots of stuffs
Primarely setup stuffs for diesel
TODO: Add switch in src/storage/mod.rs for sqlite/postgres
2023-12-31 22:50:58 +00:00

9 lines
273 B
TOML

# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/storage/diesel_db/postgres.rs"
custom_type_derives = ["diesel::query_builder::QueryId"]
[migrations_directory]
dir = "migrations/postgres"