rowboat/apps/x/packages/core
Ramnique Singh 81beed87bf Add SQLite storage foundation
Introduce a core-owned Kysely SQLite storage layer backed by
$WorkDir/db/rowboat.sqlite, with startup initialization, shutdown
cleanup, in-code migrations, and initial storage metadata schema.

Ignore database files in the workspace watcher, add focused
storage/watcher tests, and update Electron packaging to stage and rebuild
better-sqlite3 against Electron's native module ABI.
2026-06-09 22:03:17 +05:30
..
src Add SQLite storage foundation 2026-06-09 22:03:17 +05:30
.gitignore bootstrap new electron app 2026-01-16 12:05:33 +05:30
package.json Add SQLite storage foundation 2026-06-09 22:03:17 +05:30
tsconfig.build.json Refactor builtin file tools beyond workspace scope 2026-05-25 16:21:51 +05:30
tsconfig.json feat: extract presentation generator into executable code with builtin tool 2026-01-30 13:30:06 +05:30
vitest.config.ts Refactor builtin file tools beyond workspace scope 2026-05-25 16:21:51 +05:30