working example with write and select
This commit is contained in:
@@ -8,6 +8,6 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
actix-web = "4.x.x"
|
||||
bigdecimal = {version = "0.4.10", features = ["serde"] }
|
||||
diesel = { version = "2.3.6", default-features = false, features = ["postgres", "serde_json", "numeric"] }
|
||||
diesel = { version = "2.3.6", default-features = false, features = ["postgres", "serde_json", "numeric", "r2d2"] }
|
||||
dotenvy = "0.15.7"
|
||||
schema = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user