Remix.run Logo
Show HN: Mycli 2.0(github.com)
3 points by drw 11 hours ago

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