Setup rotom_database crate

This commit is contained in:
2025-01-28 00:15:26 +00:00
parent d3807786d2
commit 6dde01d7a1
17 changed files with 224 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/mysql/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
[migrations_directory]
dir = "migrations/mysql/"