This folder contains Bun CLIs used by the oc-database skill to:
- run read-only SQLite queries against an
opencode.dbfile (sqlite_readonly.ts) - validate SQL strings against a strict “SELECT-only” policy (
sql_validate.ts)
Run these scripts directly with Bun (there are no npm scripts wired up for them).