1
0
Fork 0

update rocket and add diesel

This commit is contained in:
Florian RICHER 2021-07-08 09:00:00 +02:00
parent e7ce218de5
commit c54cdc98ba
11 changed files with 1414 additions and 308 deletions

2
Rocket.toml Normal file
View file

@ -0,0 +1,2 @@
[global.databases]
sqlite_logs = { url = "db/dev.db", pool_size = 20 }