-
Notifications
You must be signed in to change notification settings - Fork 49
demo
Frédéric Descamps edited this page Oct 20, 2020
·
2 revisions
NAME
demo - A demo plugin that showcases the shell's plugin feature.
DESCRIPTION
A demo plugin that showcases the shell's plugin feature.
Prints 'Hello world!'
JS demo.helloWorld()
Hello world!
Get the answer from the Oracle 8 Black Ball
JS demo.oracle8ball()
Better not tell you now.
JS demo.oracle8ball()
Most likely.
Lists all database schemas.
JS demo.showSchemas()
+--------------------+
| Database |
+--------------------+
| big |
| bookstore |
| clusterdemo |
| coop |
| dates |
...
| sys |
| test |
| tvshows |
| world |
+--------------------+