separation of database #1

Merged
GKaszewski merged 3 commits from wip-buggy into master 2025-11-03 02:26:20 +00:00
21 changed files with 407 additions and 140 deletions
Showing only changes of commit c134ca58ba - Show all commits

1
Cargo.lock generated
View File

@@ -1221,7 +1221,6 @@ dependencies = [
"chrono",
"futures",
"serde",
"sqlx",
"thiserror 2.0.17",
"uuid",
]

View File

@@ -11,11 +11,4 @@ chrono = "0.4.42"
futures = "0.3.31"
thiserror = "2.0.17"
uuid = {version = "1.18.1", features = ["v4", "serde"] }
sqlx = { version = "0.8.6", features = [
"runtime-tokio",
"postgres",
"uuid",
"chrono",
"sqlite",
] }
serde = { version = "1.0.228", features = ["derive"] }