start switch to sqlite
This commit is contained in:
@ -8,7 +8,7 @@ async-std = "1.13.2"
|
||||
bollard = "0.21.0"
|
||||
chrono = "0.4.44"
|
||||
clap = "4.6.1"
|
||||
diesel = { version = "2.3.9", features = ["postgres", "r2d2"] }
|
||||
diesel = { version = "2.3.9", features = ["sqlite", "r2d2", "chrono"] }
|
||||
diesel-enum = "0.2.1"
|
||||
json = "0.12.4"
|
||||
regex = "1.12.3"
|
||||
|
||||
Reference in New Issue
Block a user