A cyberpunk inspired management app for sqlite
Install via Homebrew:
brew install oliverjessner/tap/sqlite-hubOr tap first and then install:
brew tap oliverjessner/tap
brew install sqlite-hubStart the app and open it automatically in the default browser:
npm startUse a custom port via CLI. If omitted, 4173 is used:
npm start -- --port:1203After linking or installing globally, the binary can also be called directly:
sqlite-hub --port:1203