DBeaver – open-source database client

DBeaver is a free multi-platform database tool that supports any database with a JDBC driver, as well as non-JDBC datasources like MongoDB and Cassandra. It offers features such as a metadata editor, SQL editor, rich data editor, ERD, data export/import, and more. It is based on the Eclipse platform and uses a plugin architecture to provide additional functionality for various databases. You can download DBeaver from the official website or GitHub releases, and it requires Java to run. The team behind DBeaver actively welcomes bug reports, feature requests, and contributions from users. Commercial versions offer additional support and features. Check out CloudBeaver for a web-based alternative.

https://github.com/dbeaver/dbeaver

To top