Rust AppView - highly experimental!
1# For documentation on how to configure this file, 2# see https://diesel.rs/guides/configuring-diesel-cli 3 4[print_schema] 5file = "parakeet-db/src/schema.rs" 6custom_type_derives = ["diesel::query_builder::QueryId"] 7# patch_file = "fk.patch" 8 9[migrations_directory] 10dir = "migrations"