feat: begin work on postgres

This commit is contained in:
Daniel Akhterov
2021-01-21 23:37:18 -08:00
parent ecec956f67
commit d5053d1b1d
37 changed files with 2096 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ actix-rt = { version = "2.0.0-beta.2", optional = true }
_async-std = { version = "1.8", optional = true, package = "async-std" }
futures-util = { version = "0.3", optional = true, features = ["io"] }
_tokio = { version = "1.0", optional = true, package = "tokio", features = ["net", "io-util"] }
async-compat = { version = "*", git = "https://github.com/taiki-e/async-compat", branch = "tokio1", optional = true }
async-compat = { version = "*", git = "https://github.com/smol-rs/async-compat", branch = "master", optional = true }
futures-io = { version = "0.3", optional = true }
futures-core = { version = "0.3", optional = true }
bytes = "1.0"