Version 1.1.0
Latest June 2026General
- Added an About box (ⓘ in the toolbar) showing the app logo, version and build number, and a link to backendside.com.
- Export now has two actions: Export (into the on-screen text box) and Export to file (streamed straight to disk with a progress bar — safe for very large tables, and you can keep working in other tabs while it runs).
- Import can run SQL from the editor or run a chosen .sql / .csv file directly, with a progress bar; large files aren't loaded into the editor.
- Long operations (exporting, importing) show a progress bar that blocks only that tab — the rest of the app stays usable, and you can Cancel.
- Added loading spinners while a table loads, a query runs, or the database tree refreshes.
- Toolbar buttons now enable / disable based on what's selected and whether you're connected.
- Right-click the navigation panel for a menu (create / connect / disconnect / edit / remove / refresh), with context-appropriate options.
- Empty tables now show a clear “This table has no rows” message instead of a blank grid.
Visual Designer
- New Designer tab — an entity-relationship (ER) diagram of a database.
- Each table is shown as a box listing its columns; foreign keys are drawn as lines connecting the related tables.
- Drag boxes to arrange the diagram; your layout is saved per database and restored next time.
- Pan the canvas and zoom in and out.
- Create a table directly from the Designer.
- Draw a relationship by dragging from the dot on one column onto another column — it creates the foreign key for you.
- Double-click a table's header to edit its columns.
Fixes
- Fixed an error when quickly switching between tables on the same connection.
- Fixed a crash that could happen when opening dialogs (such as adding a connection).
- The main window and the startup splash screen now open centred on screen.