feat(diesel): start setting up diesel

This commit is contained in:
DJMrTV 2025-02-24 10:43:47 +01:00
commit 2cd0311a20
8 changed files with 468 additions and 2 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/db.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
[migrations_directory]
dir = "/home/tv/RustProjects/account/migrations"