DBeaver Universal Database Manager
DBeaver is free and open source (GPL) universal database tool for developers and database administrators.
Usability is the main goal of this project, program UI is carefully designed and implemented.
It is freeware.
It is multiplatform.
It is based on opensource framework and allows writing of various extensions (plugins).
It supports any database having a JDBC driver.
It may handle any external datasource which may or may not have a JDBC driver.
There is a set of plugins for certain databases (MySQL and Oracle in version 1.x) and different database management utilities (e.g. ERD).
ATTENTION: Version 23.2.2 is the last one which run and installable under Leap, because of to old glibc. dbeaver need now 2.36!
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:ecsos/dbeaver && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
dbeaver-ce-4.3.1-linux.gtk.x86.tar.gz | 0045441030 43.3 MB | |
dbeaver-ce-4.3.1-linux.gtk.x86_64.tar.gz | 0045553680 43.4 MB | |
dbeaver-rpmlintrc | 0000000051 51 Bytes | |
dbeaver.changes | 0000005525 5.4 KB | |
dbeaver.desktop | 0000000221 221 Bytes | |
dbeaver.spec | 0000002152 2.1 KB |
Revision 3 (latest revision is 149)
- update to 4.3.1 - New custom DBeaver icon set was added. - 32x32 icons for HighDPI minotors - Entity editor UI was improved (properties panel) - Stored procedures execute console - Referencing tables navigation fix - Unique key create dialog was fixed - Quick filter for procedures - Object delete dialog was improved (CASCADE delete support) - Main menu localization was fixed - SQL Server/Sybase: schema list read was fixed - PostgreSQL: child tables navigation was fixed - PostgreSQL: money data type support - PostgreSQL: table DDL generate fix - Oracle: table DDL generate fix - Oracle: queues metadata (read-only) - Firebird: separate drivers for 2.x and 3.x - HANA: views/procedures DDL extraction - Generic: show all table triggers in catalog/schema - Main window title rendering was fixed (confiruable) - Minor UI fixes - update to 4.3.0 - UI localizations (Chinese, Russian, German) were added back - Database navigator: new objects (tables, views, columns) create was fixed - SQL Editor: active query extraction/parse was fixed - SQL Editor: proposals auto-activation was fixed - SQL Editor: compact SQL formatter was added - Results viewer: data types coloring support was added - Results viewer: cell value editor - Results viewer: dictionary edit dialog was fixed (custom criteria)
Comments 5
please upgrade to 6.1.5... thank you
Done.
Hi, this failed to start on openSUSE Tumbleweed when
libgthread-2_0-0
is not installed.Logs on https://pastebin.com/5FjcGXap
This does not happen when
libgthread-2_0-0
is installed. I found out about this from https://youtrack.jetbrains.com/issue/JBR-2435/IDE-fails-to-start-on-OpenSuse-Unable-to-load-native-GTK-librariesThe same things also happen on Android Studio from your repo, but I've commented on the linked repo https://build.opensuse.org/package/show/home:Herbster0815/android-studio
Is this possible to add to the rpm dependency? (I've no idea, I've never created any rpm. Would you update this?
Done.
Thank you for your quick response. :-)