adapter-postgres: all repository implementations

This commit is contained in:
2026-07-12 02:39:56 +02:00
parent e8179d1f53
commit 0fe80b545e
13 changed files with 1829 additions and 1 deletions

16
Cargo.lock generated
View File

@@ -15,6 +15,22 @@ dependencies = [
"uuid",
]
[[package]]
name = "adapter-postgres"
version = "0.1.0"
dependencies = [
"adapter-common",
"async-trait",
"chrono",
"domain",
"infra-wiring",
"serde",
"serde_json",
"sqlx",
"tracing",
"uuid",
]
[[package]]
name = "adapter-sqlite"
version = "0.1.0"