packages feed

pianola-0.1.1: examples/README.md

Db Visualizer
=============

Tested with **Db Visualizer 9.0.5**

http://www.dbvis.com/

Compile the Java agent. Copy **xanela-driver-1.0.jar**, **javassist-3.16.1-GA.jar** and **msgpack-0.6.6.jar** into the **lib/** folder of the Db Visualizer installation.

Edit file **dbvis.vmoptions** from the Db Visualizer installation and add a line like the following:

> -javaagent:C:\Progs\DbVisualizer\lib\pianola-driver-1.0.jar=port/26060,popupTrigger/release

In Linux, use **popupTrigger/press** instead of **popupTrigger/release**.

**NOTE**: Unfortunately, I haven't been able to manipulate the tree to the left side of the main window using Pianola. Perhaps it is is some kind of custom component instead of a JTree or a subclass of JTree.