Initial commit with basic DB layout

This commit is contained in:
2023-01-03 15:16:10 +01:00
commit a9e300ede2
16 changed files with 330 additions and 0 deletions

8
diesel.toml Normal file
View File

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