Installation instructions and so on goes here
---------------------------------------------
On linux, run the following command to install:
python setup.py install
This program needs PySide and the relevant db connectors (mysqldb).
For SSH tunneling, you also need to install 'paramiko'.
Only tested on Linux so far.
On Ubuntu:
sudo apt-get install python-mysqldb python-paramiko
Notes of value
--------------
When encountering an error during a series of queries that updates the database, for example when multiple changes have been
made to a table before saving, Letalite always tries to rollback the active transaction. If the table engine does not support
transactions (MyIsam etc.), you might end up with only some of the changes applied. Therefore, after an error, always examine
your table carefully. It is a good idea to check the SQL log to see what queries were executed as well.
Icons from the KDE theme Reflektions.