adapter-sqlite: all repo implementations + wire fn + migrations copy

This commit is contained in:
2026-07-12 02:34:12 +02:00
parent 1428f264bb
commit e8179d1f53
29 changed files with 1987 additions and 2 deletions

16
Cargo.lock generated
View File

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