* introduce database ORM

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2019-11-18 21:41:17 +01:00
parent fce63f0bf7
commit eb11f385e1
4 changed files with 119 additions and 0 deletions

6
diesel.toml Normal file
View File

@@ -0,0 +1,6 @@
# For documentation on how to configure this file,
# see diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/schema.rs"
#filter = { only_tables = [ "User", "UserRole" ] }