DBeaver is a SQL client software application and a database administration tool.
For relational databases it uses the JDBC application programming interface (API) to interact with databases via a JDBC driver.
For other databases (NoSQL) it uses proprietary database drivers.
It provides an editor that supports code completion and syntax highlighting.
It provides a plug-in architecture (based on the Eclipse plugins architecture) that allows users to modify much of the application's behavior to provide database-specific functionality or features that are database-independent.
This is a desktop application written in Java and based on Eclipse platform.
DBeaver was started in 2010 as a hobby project.
It was supposed to be free and open-source with a good-looking and convenient UI and to include frequently used features for database developers.
The first official release was in 2011 on Freecode.
Official Website :- http://dbeaver.io/
Comments
Post a Comment