A lightweight terminal SQLite browser with an ncdu-style interface.
- Minimal dependencies - Uses Node.js 24+ built-in
node:sqlitemodule - Full-screen TUI - ncdu-inspired keyboard navigation
npm install -g dbn-clidbn <path-to-sqlite-db-file>j/kor↓/↑- NavigateEnterorl- Open/view detailshorEsc- Go backs- Toggle schema viewr- Reload datag/G- Jump to top/bottomq- Quit
npm run dev path/to/database.db # Run in dev mode
npm test # Run testsMIT