npm.io
1.1.10 • Published 3d agoCLI

orcaq

Licence
MIT
Version
1.1.10
Deps
7
Size
29.8 MB
Vulns
0
Weekly
0
Stars
204

OrcaQ - Next Generation database editor

MIT License Build Status Version

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