Here is a small library with various helpful
Lua functions for scripts and plugins for Workbench, making it
easier to write your own plugins for exporting to some external
format, generating reports etc. The library is meant for
Workbench 5.0, but it will be ported to 5.1 as well, which should
make transitioning plugins from one to the other somewhat easier
in the future. Currently, most functions are meant for iterating
through various objects so you can, but new functions will be
added every once in a while and contributions, bug fixes and
comments are welcome. To “install” the library, place the file in
your equivalent for C:\Documents and Settings\user\Program
data\MySQL\Workbench\libraries
Quick list of places to get
useful information for plugin writing:
- the Structs list will list the available GRT object types and …
[Read more]