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