database: handle data storage via RDBM

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-06-12 16:38:05 +02:00
parent 105eaec7b7
commit 3837183199
3 changed files with 11 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "database"]
path = database
url = ./database/

1
database Submodule

Submodule database added at 2ce66aef09

7
diesel.toml Normal file
View File

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