Changelog
Subscribe to updates on Twitter or Discord
v0.0.6 15/07/2026
- Added the ability to sort by multiple columns.
- Added the ability to copy table creation statements to the clipboard.
- Added the ability to export and copy rows in SQL format (insert statements).
- Added the ability to update table/view counts in the menu.
- Added update download progress indicator.
- Fixed scrolling issues in the SQL console.
v0.0.5 07/07/2026
- Added the ability to copy rows to the clipboard in addition to exporting.
- Added drag-and-drop support for column ordering.
- Added a subview in the SQL console results panel to show which query a result belongs to.
- Added
Cmd/Ctrl + Ashortcut for selecting all rows. - Added
Cmd/Ctrl + Nshortcut for adding a new row. - Added
Cmd/Ctrl + Fshortcut for filtering rows. - Added enum values to the filters.
- Added benchmarking(PostgreSQL and MySQL) in the SQL console.
- Added the ability to eject connections.
- Added the ability to deactivate license.
- Added MariaDB support.
- Added a dedicated connection for secondary queries (such as count queries) to prevent them from interfering with primary queries.
- Reworked refresh shortcuts:
Cmd/Ctrl + Rrefreshes rows, whileShift + Cmd/Ctrl + Rrefreshes schema and rows. - Improved Boots Gallery.
- Improved support for SQLite
BLOBcolumns. - Prevent removing license when validation failed.
v0.0.4 31/05/2026
- Added SSH support for connecting to remote databases.
- Added the ability to purchase extra seats.
- Fixed index introspection for partitioned tables.
- Fixed schema introspection failing for non-admin users.
Rubber Boots