DBeaver

DBeaver is a free multi-platform database tool for developers, SQL programmers, database administrators and analysts. It supports many popular relational databases like MySQL, MariaDB, and PostgreSQL.

A list of basic features:

  • Data viewer and editor: sorting, filtering, image displaying, export of selected data and much more.

  • Metadata browser: possibility to view and edit existing tables, views, columns, indexes, procedures, triggers, storage entities (tablespaces, partitions, etc), security entities (users, roles, etc).

  • Data transfer: export and import for files in various formats (CSV, HTML, XML, XLS, XLSX).

  • ER diagrams: possibility to automatically generate ER diagrams for a database/schema (diagram will contain all schema tables) or for a single table and export the diagram in a suitable format.

  • SQL editor: possibility to organize all your scripts in folders, reassign database connections for particular scripts.

  • Data and metadata search: full-text data search using against all chosen tables/views.

  • Database structure comparing: possibility to perform objects structure compare.

Usability is the main goal of this project, so the program UI is carefully designed and implemented. Users can send bug report and feature request on the GitHub page.

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?