MySQL Workbench comes with a Visual Explain feature that is written in Python using Cairo. This project simply extracts that code and provides a minimalist CLI for it. Since Cairo supports both PNG ...
createDatabase DatabaseName - Creates a database with a specified name and by default switches to the database. useDatabase DatabaseName - Select a database to use listDatabases - Shows the list of ...