nextsql-tokio-postgres-adapter 0.2.2

tokio-postgres / deadpool-postgres adapter for NextSQL runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "nextsql-tokio-postgres-adapter"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "tokio-postgres / deadpool-postgres adapter for NextSQL runtime"
publish = true

[dependencies]
nextsql-backend-rust-runtime = { version = "0.2", path = "../nextsql-backend-rust/runtime", default-features = false, features = ["backend-tokio-postgres"] }
tokio-postgres = { version = "0.7", features = ["with-uuid-1", "with-chrono-0_4", "with-serde_json-1"] }
deadpool-postgres = { version = "0.14" }