# For documentation on how to configure this file, # see https://diesel.rs/guides/configuring-diesel-cli [print_schema] file = "src/schema.rs" custom_type_derives = ["diesel::query_builder::QueryId", "Clone"] schema = "information_schema" filter = { except_tables = ["sql_features", "sql_implementation_info", "sql_parts", "sql_sizing"] } [migrations_directory] dir = "migrations"