demo - lefred/mysqlshell-plugins GitHub Wiki
demo
NAME
demo - A demo plugin that showcases the shell's plugin feature.
DESCRIPTION
A demo plugin that showcases the shell's plugin feature.
methods
helloWorld
Prints 'Hello world!'
JS demo.helloWorld()
Hello world!
oracle8ball
Get the answer from the Oracle 8 Black Ball
JS demo.oracle8ball()
Better not tell you now.
JS demo.oracle8ball()
Most likely.
showSchemas
Lists all database schemas.
JS demo.showSchemas()
+--------------------+
| Database |
+--------------------+
| big |
| bookstore |
| clusterdemo |
| coop |
| dates |
...
| sys |
| test |
| tvshows |
| world |
+--------------------+