Table of Contents
You can define extensions to the base functionality of MySQL Shell in the form of reports and extension objects. Reports and extension objects can be created using JavaScript or Python, and can be used regardless of the active MySQL Shell language. You can persist reports and extension objects in plugins that are loaded automatically when MySQL Shell starts.
MySQL Shell reports are available from MySQL Shell 8.0.16. See Section 10.1, “Reporting with MySQL Shell”.
Extension objects are available from MySQL Shell 8.0.17. See Section 10.2, “Adding Extension Objects to MySQL Shell”.
Reports and extension objects can be stored as MySQL Shell plugins from MySQL Shell 8.0.17. See Section 10.3, “MySQL Shell Plugins”.