feat(storage): implement SQLite adapter with better-sqlite3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jarvis
2026-04-02 20:51:13 -05:00
parent 7bb878718d
commit 25383ea645
5 changed files with 768 additions and 15 deletions

View File

@@ -17,9 +17,11 @@
},
"dependencies": {
"@mosaic/db": "workspace:^",
"@mosaic/types": "workspace:*"
"@mosaic/types": "workspace:*",
"better-sqlite3": "^12.8.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"typescript": "^5.8.0",
"vitest": "^2.0.0"
},