bitque/diesel.toml

9 lines
280 B
TOML
Raw 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]
2023-03-31 23:25:20 +02:00
file = "crates/database-actor/src/schema.rs"
import_types = ["diesel::sql_types::*", "bitque_data::*"]
with_docs = false
generate_missing_sql_type_definitions = false