feat: add SQLite session persistence

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
William Valentin
2026-02-03 00:27:12 -08:00
parent bb16732562
commit 10c848ca2a
3 changed files with 123 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export { SessionStore } from './store.js';