Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 559 Bytes

File metadata and controls

48 lines (32 loc) · 559 Bytes

onequery

Query any connected data source from your terminal.

Install

brew install wordbricks/tap/onequery
npm install -g @onequery/cli

Or run directly:

npx @onequery/cli --help

Usage

onequery auth login
onequery org use <org>
onequery source list
onequery query exec --source <key> --sql "SELECT * FROM users LIMIT 10"

Self-host

onequery gateway start

Upgrade

onequery upgrade

Platforms

macOS, Linux (glibc and musl), Windows.

License

Apache-2.0