Back to browse
GitHub Repository
A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
11,936 starsPython
Mycli 2.0
by drw·Jul 3, 2026·2 points·1 comment
Post Description
Mycli is a (fancy) alternative REPL for MySQL.
Features added in recent months:
* fuzzy history search with fzf
* integrated LLMs with an /llm command
* shell-like query-result redirection with $| and $> operators
* system keyring support for saving passwords
* checkpoint/resume and progress/eta for batch execution
* fuzzy completion/correction with RapidFuzz