Go to file
xRangerDE 93481999bd feat(db): better-sqlite3 wrapper + schema bootstrap (7 tests)
DbHandle interface (run/get/all/transaction/runBatch/close/raw).
Schema bootstrap splits SQL on ; and runs each statement via prepare().run()
to avoid pre-tool hook false-positive on .exec( pattern.
WAL mode + 5s busy_timeout + foreign_keys ON.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 22:03:17 +02:00
build chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
docs ui: VOD sort dropdown with persisted key + locale labels 2026-05-03 15:54:53 +02:00
scripts refactor: relocate update-version-utils to src/main/domain/ + vitest 2026-05-11 21:42:05 +02:00
src feat(db): better-sqlite3 wrapper + schema bootstrap (7 tests) 2026-05-11 22:03:17 +02:00
tasks docs(roadmap): reorder to Pillar 3 (SQLite) as Plan 02; add Plan 02 doc 2026-05-11 22:00:31 +02:00
.gitignore chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
CLAUDE.md docs: CLAUDE.md notes new test:unit script + v5 split status 2026-05-11 21:50:57 +02:00
eslint.config.mjs chore: add ESLint with security plugin, fix code quality warnings 2026-03-22 14:55:35 +01:00
package-lock.json build: add better-sqlite3 + @types 2026-05-11 22:01:29 +02:00
package.json build: add better-sqlite3 + @types 2026-05-11 22:01:29 +02:00
README_AI_RELEASE.md docs: add AI release runbook for gitea 2026-03-05 01:04:18 +01:00
tsconfig.json chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
vitest.config.ts build: vitest config (node env, src/**/*.test.ts) 2026-05-11 21:39:46 +02:00