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

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
2026-04-02 20:51:13 -05:00
co-authored by Claude Opus 4.6
parent 7bb878718d
commit 25383ea645
5 changed files with 768 additions and 15 deletions
+3 -1
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"
},