bitque/diesel.toml
2021-01-06 18:47:54 +01:00

9 lines
292 B
TOML

# For documentation on how to configure this file,
# see diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "actors/database-actor/src/schema.rs"
import_types = ["diesel::sql_types::*", "jirs_data::sql::*"]
with_docs = true
patch_file = "./actors/database-actor/src/schema.patch"