Releases: davidfantasy/sql-agent-cli
Releases · davidfantasy/sql-agent-cli
v1.0.0
Release v1.0.0
Initial stable release of sql-agent-cli — a Unix-style SQL CLI designed for AI agents.
Features
- MySQL and PostgreSQL support via unified CLI
- Connection management with encrypted password storage (AES-256-GCM)
- Schema discovery: list tables, describe columns
- Read-only query execution with pagination and truncation
- Safe write semantics with dangerous-statement detection
- Credential helper and password-env support
- CLI binary + portable skill package for AI agent runtimes