mnemo-pgwire 0.4.4

PostgreSQL wire protocol server for Mnemo — accept SQL queries over pgwire
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mnemo-pgwire"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "PostgreSQL wire protocol server for Mnemo — accept SQL queries over pgwire"

[dependencies]
mnemo-core = { workspace = true }
tokio = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }
tracing = { workspace = true }
async-trait = { workspace = true }