← Back to tools
View AGENTS.md for mycli
mycli
MySQL CLI client with autocompletion and syntax highlighting
Description
mycli is a command line client for MySQL that supports autocompletion and syntax highlighting. It provides a more pleasant interactive experience compared to the default MySQL client, with smart completions that are context-aware.
AI Summary
A MySQL CLI client with smart autocompletion and syntax highlighting.
Capabilities
- + Auto-complete MySQL keywords, tables, columns, and functions
- + Syntax highlighting for SQL queries
- + Multi-line query support
- + Output formatting in table, csv, or other formats
Use When
- → You work with MySQL databases from the terminal
- → You want better autocompletion than the default mysql client
Avoid When
- x You need a GUI database client
- x You don't work with MySQL