feat: postgres

This commit is contained in:
Ricky Ng-Adam
2025-07-03 16:46:47 -04:00
parent 6bf10b093c
commit 0b8525fe05
10 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "example-postgres"
version = "0.1.0"
edition = "2021"
[dependencies]
harmony = { path = "../../harmony" }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
async-trait = "0.1.80"