| Screenshots |
 | View of databases and tables |
|  | Tables and databases are displayed in the tree structure on the left. (incl. number of existing data records) | Current table is displayed on the right. | |
 | Edit tables |
|  | | Then table can be edited. Changes are stored intermediately. | Syntax is checked in real time for correctness. The different colours indicate autoincrement fields or primary or other key fields.
|
|
 | Edit and mangage tables |
|  | Changes are displayed appropriately. Changes can also be displayed and saved as SQL queries if required. | Finally, changes can be sent to MySQL-DB as update, insert or delete queries. |
|
 | Management of queries |
|  | Even queries can be managed. | SELECT - Queries can be edited over more than one table, if fields with primary keys have been selected. | |
 | Backup (Dump) and Restore of databases and tables |
|  | Dumps/Backups of single tables or complete databases can be created and restored | Backup can be restored to other databases. |
|