DBeaver Community Edition 22.1 Releases: Free universal database tool and SQL client

DBeaver

Free multi-platform database tool for developers, SQL programmers, database administrators, and analysts. Supports any database which has a JDBC driver (which basically means – ANY database). EE version also supports non-JDBC datasources (WMI, MongoDB, Cassandra, Redis).

  • Has a lot of features including metadata editor, SQL editor, rich data editor, ERD, data export/import/migration, SQL execution plans, etc.
  • Based on the Eclipse platform.
  • Uses plugins architecture and provides additional functionality for the following databases: MySQL/MariaDB, PostgreSQL, Oracle, DB2 LUW, Exasol, SQL Server, Sybase/SAP ASE, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, Informix, etc.

Changelog  DBeaver v22.1

  • General UI:
    • Local timezone configuration was added in preferences
    • Connection type color now affects SQL editor panels
    • Tab selector (CTRL+E) now supports fast/fuzzy search
    • Project rename now updates project name in all linked views
    • Problem with navigator tree refresh was resolved
    • Preference pages now respects font configuration
    • Configuration popup positioning was fixed for low-res monitors
    • Problem with embedded dropdown editors was resolved (MacOS)
    • Problem with application start on some MacOS and Linux installations was fixed
    • Read-only connections toggle was redesigned
    • “Copy object name” action was added to tab context menu
  • Data editor:
    • Color by range now supports foreground color customization
    • Problem with clob/json popup editors was resolved
    • Epoch time transformer now supports 4 more modes (thanks to @nodaki)
    • Grouping panel: problem with GROUP BY query generation was fixed for many analytical databases
    • Date/time inline editor UI was improved (thanks to @PILINING)
  • SQL editor:
    • Right click on a script text now changes cursor position
    • Part divider element visualization was improved
    • Confirmation was added for “Delete this script” action
    • Dangerous query execution confirmation configuration was fixed
  • DB2: procedure name auto-completion was fixed
  • HANA: procedures output parameters fetch was fixed
  • Netezza: case-sensitive user names support was added
  • Snowflake: database metadata read performance was significantly improved
  • Teradata: SQL query limit (TOP) support was added
  • Many minor UI bugfixes
  • New database driver: Apache Kyuubi

Download