feat(store): add SQLite story persistence

This commit is contained in:
Codex
2026-07-28 13:19:56 +08:00
parent 9acca3f6a6
commit 3e95fb5aab
2 changed files with 603 additions and 25 deletions
+2
View File
@@ -7,6 +7,8 @@ license.workspace = true
[dependencies]
nana-domain.workspace = true
rusqlite.workspace = true
serde_json.workspace = true
thiserror.workspace = true
[lints]