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-24.2.0-linux.gtk.x86_64-nojdk.tar.gz | 0087947071 83.9 MB | |
dbeaver.changes | 0000096667 94.4 KB | |
dbeaver.spec | 0000003735 3.65 KB |
Revision 145 (latest revision is 149)
- Update to 24.2.0 - SQL Editor: - Fixed highlighting of block $$ for functions and procedures when the semantic analysis option is enabled - Warning and errors handling and presentation was improved - Subquery semantic analysis was enhanced - Improved CREATE and DROP queries handling - Autocompletion for fully qualified names was fixed - Duplication of proposals with new completion engine enabled was fixed - Incorrect suggestions with new completion engine enabled were fixed - AI Assistant: - Added new model 'gpt-4o-mini' - Removed deprecated model 'gpt-3.5-turbo-16K' - Fixed query generation when enabled formatting - Data Editor: - Some datatypes icons were changed - Fixed filtering on columns with spaces - Added an ability to render geometry shapes in their assigned color if a 'color' column is present in the result set - Improved handling of fully qualified names in Grouping panel according to SQL dialect - Local links opening was restricted - Datatransfer: Data transfer windows width was fixed - Connectivity: Fixed verification of the 127.0.01 host when connecting via SSH - General: - Fixed flipping splash screen on macOS Sequoia - Foreign Data wrappers configurator was fixed - 'Open auth links in embedded browser' setting was disabled by default - Search in Preferences was improved: added keywords for reopen, open, Hippie, autosave, and others - Fixed selection of wrong database when changing connection for database with similar names - Folder display in Simple view was fixed - Numeric (DWORD) type parameters in Windows Registry are now supported - 'Ctrl+Alt+Left / Right' hotkeys for 'Previous Edit Location' and 'Next Edit Location' were fixed
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. :-)