Add SQLite repository implementation and update domain models for persistence

This commit is contained in:
2026-05-04 01:34:52 +02:00
parent 65bab7fd44
commit f60cc368b6
4 changed files with 108 additions and 9 deletions

5
Cargo.lock generated
View File

@@ -1260,7 +1260,12 @@ dependencies = [
name = "sqlite"
version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"domain",
"sqlx",
"tracing",
"uuid",
]
[[package]]