tests: testing all db interactions and types

This commit is contained in:
Per Stark
2025-04-14 17:24:04 +02:00
parent d10157ac26
commit 3d420582dc
19 changed files with 3017 additions and 71 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ serde_json = "1.0.128"
thiserror = "1.0.63"
anyhow = "1.0.94"
tracing = "0.1.40"
surrealdb = "2.0.4"
surrealdb = { version = "2.0.4", features = ["kv-mem"] }
futures = "0.3.31"
async-openai = "0.24.1"