feat(storage): implement Postgres adapter wrapping Drizzle + @mosaic/db

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jarvis
2026-04-02 20:31:50 -05:00
parent 5e852df6c3
commit d19ef45bb0
4 changed files with 278 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@mosaic/db": "workspace:^",
"@mosaic/types": "workspace:*"
},
"devDependencies": {