New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

orcaq

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orcaq

The open source | Next Generation database editor - run locally via npx

latest
Source
npmnpm
Version
1.0.33
Version published
Weekly downloads
235
52.6%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

database

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts