init repo

This commit is contained in:
Reid 2023-08-25 22:48:32 -07:00
commit bc4c3b4621
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
12 changed files with 1652 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"]
[migrations_directory]
dir = "migrations"