Add SQLite repository implementation and update domain models for persistence
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -1260,7 +1260,12 @@ dependencies = [
|
||||
name = "sqlite"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"chrono",
|
||||
"domain",
|
||||
"sqlx",
|
||||
"tracing",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user