chore: setup Diesel

This commit is contained in:
Matouš Volf
2024-08-16 13:13:31 +02:00
parent 3173b6361d
commit f0e050c3f8
3 changed files with 51 additions and 0 deletions

9
diesel.toml Normal file
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/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
[migrations_directory]
dir = "/home/matous/Documents/todo-baggins/migrations"