Blog

See the latest news about DbGate

Version 4.6.0 - ER diagrams

I am proud to announce, DbGate now supports creating ER diagrams.

Version 4.5.0 - big electron app optimalization

The main highlight of this release is under the hood of electron app. But there are also significant UX improvements.

Version 4.4.0 - database compare tool

The main highlight of this release in database schema compare tool. It can compare tables with keys, connstraints and indexes, and also views, stored procedures and functions. It works on all supported database engines (MySQL, SQL Server, PostgreSQL, SQLite, MariaDB, CockroachDB, Redshift). Database compare tool is super fast, compare to other DB compare tools, as it uses already cached DB models.

Version 4.3.0 - schema editor

This release brings schema editor. You can edit table schema, define primary keys, foreign keys, indexes and unique constraints.
When alter operation is not directly supported by SQL engine (eg. drop constraint on SQLite), DbGate generates table recreate script.

Version 4.2.4 - query history, many problems fixed

This release brings lot of smaller improvements and important bug fixes.