Changelog
Subscribe to updates on Twitter or Discord
v1.2.0 16/12/2025
- Added the ability to expand a row in the right-side panel.
- Added query telemetry in the SQL console for Postgres and MySQL.
v1.1.1 15/11/2025
- Fixed an issue with viewing imported CSV files.
v1.1.0 15/11/2025
- Enhanced range selection for copying/pasting data between cells.
- Reworked the schema viewer in the SQL console.
- Added Explain/Analyze support in the SQL console.
- Added support for CSV files import.
- Added support for SQL files import in the SQL Console.
- Improved performance for tables containing long values.
- Added SQL editor for default values and generated expressions.
- Fixed an issue with multi-dimensional arrays.
v1.0.6 16/09/2025
- Reduced image size after rapid increase in version
1.0.5.
(from 226.3MB to 111.7MB)
v1.0.5 15/09/2025
- Added native container health check via the
/healthendpoint.
(No need to define a custom healthcheck in Docker or Compose.) - Fixed scrollbars color in dark mode.
v1.0.4 03/09/2025
- Added
/healthendpoint.
v1.0.3 29/08/2025
- Added support for initial connections from
DATABASE_URL_{name}environment variables.
v1.0.2 10/08/2025
- Added dark theme.
- Fixed database selection issue.
- Fixed HTTP cookie issue.
v1.0.1 08/08/2025
- Added some love ♡
v1.0.0 04/08/2025
- Made free for all users.
- Added support for roles, privileges and policies (PostgreSQL).
- Introduced a new page (Database studio) for managing the full database schema.
- Integrated the introspection and alternation engine from drizzle-kit.
v0.1.1 11/06/2025
- Added the ability to create/alter/drop schemas.
- Added the ability to create/alter tables.
- Added the ability to create/alter views.
- Added the ability to create enums.
- Added uuid, cidr, inet, macaddr and macaddr8 data types.
- Added range selection with copy/paste capability.
- Added new setting option for expanding subviews.
- Added datepicker and timepicker.
- Improved error handling for INSERT/UPDATE/DELETE.
- Added a multiline editor.
- Added error handling in schema management.
- Added a new setting option for pagination by page.
- Added column type to header cell.