A terminal-based database client with a keyboard-driven TUI, multi-connection support, and AI assistance. As of v1.0.8, it supports PostgreSQL, SQLite, and MySQL, with built-in query editing, schema exploration, and slash commands. It is distributed as a self-contained binary via npm/pnpm/yarn/bun (no Node or Bun runtime required on target). Key differentiators vs other CLI DB tools (like mycli, pgcli): modern TUI built with OpenTUI and React, native AI integration for SQL generation/explanation, and cross-platform releases via GitHub Actions.
npm install query-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run the query-cli terminal database client with one command using npx (no install required). On first launch, add a database connection (PostgreSQL, SQLite, or MySQL) and start querying.
Press Ctrl+Q to resume or disable flow control with 'stty -ixon'.
Use 'npx query-cli' or install globally with 'npm i -g query-cli'.
Backup config before uninstalling or clearing config.
Install MySQL client libraries (e.g., 'apt-get install default-libmysqlclient-dev' on Debian/Ubuntu).
Ensure node bin directory is in PATH, or reinstall globally with 'npm i -g query-cli'.
No dependency data recorded yet.