OrcaQ - Next Generation database editor
Orca Query

Quick Start
npx orcaq
This will start OrcaQ on http://localhost:9432 and open your browser automatically.
Options
npx orcaq [options]
Options:
-p, --port <port> Port to run the server on (default: 9432)
-h, --host <host> Host to bind to (default: 0.0.0.0)
--no-open Don't open browser automatically
--help Show help message
Examples
# Run on custom port
npx orcaq --port 9432
# Run on localhost only
npx orcaq --host localhost
# Run without opening browser
npx orcaq --no-open
Learn More
License
MIT