bitque/diesel.toml

9 lines
287 B
TOML
Raw Permalink Normal View History

2020-03-27 12:17:27 +01:00
# 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::*"]
2020-04-01 13:29:43 +02:00
with_docs = true
patch_file = "./actors/database-actor/src/schema.patch"