orcaq
v1.0.23
Published
The open source | Next Generation database editor - run locally via npx
Maintainers
Readme
OrcaQ
The open source database editor - run locally via npx.
Quick Start
npx orcaqThis 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 messageExamples
# Run on custom port
npx orcaq --port 9432
# Run on localhost only
npx orcaq --host localhost
# Run without opening browser
npx orcaq --no-openLearn More
License
MIT
