Versions in this module Expand all Collapse all v0 v0.1.2 Feb 10, 2026 Changes in this version type CLI + Version kong.VersionFlag v0.1.1 Feb 8, 2026 v0.1.0 Feb 8, 2026 Changes in this version + func Run(ctx context.Context, cli *CLI) error + type AppConfig struct + AllowWriter bool + MySQL MySQLConfig + SSH SSHConfig + type CLI struct + AllowWriter bool + DB string + DSN string + Host string + Kill *KillCmd + List *ListCmd + Password string + Port int + SSHHost string + SSHKey string + SSHKnownHosts string + SSHNoStrictHostKey bool + SSHPort int + SSHUser string + Socket string + TLS string + User string + type Execer interface + ExecContext func(ctx context.Context, query string, args ...any) (sql.Result, error) + type KillCmd struct + DryRun bool + Kill bool + KillQuery bool + QueryID int64 + type ListCmd struct + Match string + type MySQLConfig struct + DB string + DSN string + Host string + Password string + Port int + Socket string + TLS string + User string + type SSHConfig struct + Host string + KeyPath string + KnownHostsPath string + NoStrictHostKey bool + Port int + Timeout time.Duration + User string + func (c SSHConfig) Enabled() bool