Eclipse extensions
Built on Eclipse, DBeaver lets you install additional extensions (plugins), including those developed specifically for DBeaver.
Install process¶
Tip
You can also install Eclipse extensions from the command line using the built-in p2 Director Application. For details, see Install Eclipse extensions from the command line.
- Open
Help -> Install New Software -
Choose the extension from the dropdown or paste the extension P2 repository URL into the Work with field and press Enter

-
Select the extensions you want to install

-
Click Next -> Finish, then restart DBeaver
Important
Installation may fail if DBeaver is in a write-protected folder (like Program Files, /Applications,
or /usr/). Run DBeaver from a writable folder or as Administrator/root.
Extensions¶
You can extend DBeaver with official and third-party Eclipse plugins. Some popular options:
| Extension | Description | Download link |
|---|---|---|
| Office integration | Export data in Office formats (XLS/XLSX). Works with MS Office, LibreOffice, OpenOffice, and macOS Numbers. |
Office |
| SQL debugger | Adds SQL debugging support for PostgreSQL. Learn more | PGDebugger |
| Git integration | Adds Git version control integration. Learn more | GIT support |
| Darkest Dark theme | Popular dark theme for Eclipse/DBeaver. | Darkest Dark theme |
| Eclipse Color Theme | Alternative theme set. | Eclipse Color Theme |
| Subversion (SVN) | Version control integration. | Subclipse |
| Embedded Shell | Run shell commands directly from DBeaver. | EasyShell |
| Editor vertical indents | Adds vertical indent lines in editors. | Indent Guide |
| CodeTogether | Collaborative coding and IDE sharing. | CodeTogether |