feat: add postgresql example

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-18 22:54:36 +01:00
parent 2b7014e038
commit 2729d674f8
3 changed files with 380 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "postgres-backed"
edition = "2024"
version.workspace = true
[dependencies]
nocontrol = { workspace = true, features = ["postgres"] }
nocontrol-tui.workspace = true
anyhow.workspace = true
tokio.workspace = true
serde.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
rand.workspace = true
uuid.workspace = true
noprocess.workspace = true
tokio-util = { version = "0.7", features = ["rt"] }