DBeaver Community 22.3.3Released on January 23rd 2023 (Milestones). |
DBeaver PRO 22.3Released on December 12th, 2022 |
Windows
Mac OS X
Linux
Eclipse Plugin
Checksums
Previous versions
|
Enterprise Edition features:
|
Usually we release a new Minor Community Edition version once per two weeks. Major version is released quarterly (every 3 months). Information about previous releases you can find here. |
Tested and verified for MS Windows, Linux and Mac OS X.
Install:
Windows installer – run installer executable. It will automatically upgrade version (if needed).
MacOS DMG – just run it and drag-n-drop DBeaver into Applications.
Debian package – run sudo dpkg -i dbeaver-<version>.deb
. Then execute “dbeaver &”.
RPM package – run sudo rpm -ivh dbeaver-<version>.rpm
. Then execute “dbeaver &”. Note: to upgrade use “-Uvh” parameter.
ZIP archive – extract archive and run “dbeaver
” executable. Do not extract archive over previous version (remove previous version before install).
Upgrade – don’t be afraid to remove previous DBeaver version – your settings won’t be lost. All settings are kept in the separate folder (DBeaverData in user home)
Java notes:
DBeaver requires Java 11 or higher. Since version 7.3.1 all distributions include OpenJDK 11 bundle.
If you want to use you own locally installed Java you may delete folder “jre” in the DBeaver installation folder.
Debian repository:
sudo wget -O /usr/share/keyrings/dbeaver.gpg.key https://dbeaver.io/debs/dbeaver.gpg.key echo "deb [signed-by=/usr/share/keyrings/dbeaver.gpg.key] https://dbeaver.io/debs/dbeaver-ce /" | sudo tee /etc/apt/sources.list.d/dbeaver.list sudo apt-get update && sudo apt-get install dbeaver-ce
Ubuntu PPA:
You can use PPA repository to easily install/upgrade DBeaver on Debian Linuxes. Mostly it is the same as regular Debian repo but it is hosted on Launchpad.
sudo add-apt-repository ppa:serge-rider/dbeaver-ce sudo apt-get update sudo apt-get install dbeaver-ce
Early Access:
You may get latest build (EA version) of DBeaver. Usually it contains all major bug fixes found in current stable version. Just choose the archive corresponding to your OS and hardware from the following folder: EA version downloads.
Source code:
Please, star the repository!
Archive:
All recent DBeaver versions are available in the archive.
CloudBeaver
DBeaver is desktop application.
If you are looking for a web-based database management system – please check another of our products: CloudBeaver.
It is also open-source and free.
22.3.3
- SQL editor:
- Output logs viewer now respects log levels and supports log search
- Auto-completion for mixed case schema name was fixed
- Result tabs count message was fixed
- Auto-completion of cell values is now configurable
- Query execute time is now populated in statistics (thanks to @bob27aggiustatutto)
- Mixed-case variables resolution was fixed
- Execute statistics UI was fixed (redundant info was removed)
- NPEs during auto-completion were fixed
- Data editor:
- Column name ordering in record mode was fixed
- Chart type configuration added to the context menu
- Issue with column focus in context menus was fixed
- General UI:
- Database navigator now respects font size customization
- Dashboard graphs now support dark themes
- DB2: client application name population was fixed
- Exasol: privileges reading was fixed for SaaS (thanks to @allipatev)
- MySQ:/MariaDB: schema privileges save was fixed (issue with UI refresh)
- Oracle: complex data types resolution was fixed for resultsets
- PostgreSQL:
- Full backup with roles and groups is now supported
- View triggers DDL was added
- Procedure debugger was fixed
- Issue with URL-baes connections backup was resolved
- Vector data types support was fixed
- Aggregate functions DDL was fixed
- Redshift: incorrect schemas info read in different databases was fixed
- Snowflake:
- Java 17 support has been added
- Complex DDL statements parser was improved
- SQL Server: procedures and functions rename was fixed
- Vertica: comments read can e disabled for all metadata (for performance)
22.3.2
22.3.1
- Data editor:
- Columns filtering/ordering menu was redesigned
- Virtual key definition behavior was redesigned
- SQL editor:
- Script statistics visualization was fixed
- NullPointer error during new script opening was fixed
- Data transfer: variables resolve in saved tasks was fixed
- Folders drag-n-drop was improved. Drop into root is now possible
- Drag-n-drop from navigator window was fixed for GTK
- Native SQL script execute wizard UI was improved
- Debug log file rotation was added, solves problem with huge log files
- Errors during driver files download are now handled properly
- SSL certificates configuration on Windows was fixed
- Proxy settings are saved between app installations (Windows installer)
- Confirmation dialogs were redesigned
- "Reset UI settings" and "Reset workspace" behavior was redesigned.
- Tasks view now shows tooltips
- Data export in SQL INSERT format now supports custom target table name configuration
- Issue with columns visibility in metadata editor was resolved
- Chinese localization was extended (thanks to @bianyun1981)
- Eclipse plugin now supports the latest Eclipse IDE version
- DBeaver base platform was changed to Eclipse 2022-12
- AWS Athena driver version was upgraded
- PostgreSQL:
- SSL keys automatic conversion was added
- Template databases duplication was fixed
- Object dependencies read query was fixed
- Azure SQL Server driver configuration was fixed (multi-factor authentication support)
- MySQL NDB driver configuration was fixed
- MySQL: user name quoting was fixed
- Multiple minor UI bugs were fixed
22.3.0
Changes since 22.2.5:
- Data editor:
- Data export button UI was enhanced
- Fetch all data and fetch size controls were returned to status bar
- Lasso tool was added to spatial viewer
- Bug in spatial viewer initialization was fixed
- BLOB contents opening in external editor was fixed for MacOS and Linux
- Browser-based image viewer control was fixed (null or invalid images handle)
- SQL editor:
- Big SQL files support was improved (automatic disablement of syntax validation)
- Table auto-completion tooltips UI was redesigned
- Error on unassociated script opening was fixed
- General:
- Default SSL truststore selection was fixed (it is now configurable)
- Connection edit/create dialog performance was improved
- Database server version is now shown in connections' tooltip
- Object delete dialog was redesigned
- Database create button was removed from the connection dialog for databases which don't support it
- Security patch for packaged drivers (additional validation of zip archives was added)
- SSH: tunnel invalidation was fixed for SSHJ
- Tasks: problem with tasks operating with missing (deleted) tables was fixed
- Clickhouse: identifiers quoting was fixed (for non ASCII characters)
- Intersystems Cache: community driver was added again
- MySQL:
- Hyperlinks navigation was fixed for procedures
- Complex identifiers quoting was fixed
- Netezza: columns metadataread ws improved
- PostgreSQL:
- Role create/edit command was fixed
- PostgreSQL 15 support was improved (new data type category)
22.2.5
- Data editor:
- Top and bottom action toolbars were redesigned
- Action buttons now show hints
- Data export toolbar button is now configurable
- Image viewer was switched to embedded web-browser mode (configurable)
- The issue with spatial data viewer was fixed ("no more handles" error)
- Errors in virtual column definition now handled properly
- "Count nulls" function was added to the Calc panel
- SQL editor:
- Auto-completion with TAB key was implemented (!)
- Hyperlink navigation was fixed for quoted identifiers and identifiers with spaces
- The issue with keyword case auto-conversion was solved
- Editor tabs now shows connection state icon (connected/failed)
- Client-side commands prefix configuration was fixed
- The issue with cursor position change on mouse right-click was resolved
- Data transfer: tables/column mapping dialog was improved, problems with target column name were fixed
- Database drivers:
- License information was added to the most drivers
- It is no longer need to restart DBeaver after driver settings change (bug in recent versions)
- Connections:
- SSH jump servers support was added for SSHJ implementation
- Network profile edit UI was fixed
- Connection error messages
- General UI:
- Dark theme support was added to XML editor
- Dialog font settings is now applied to most popup dialogs
- Database navigator quick filter now supports composite identifiers (thanks to @plotn)
- Clickhouse: driver version was updated, this resolves many issues with different data types support
- Oracle: DATE data type rendering is now configurable
- PostgreSQL: auth role editor was moved to the database level
- SQL server: it is now possible to disable TOP clause in select queries
22.2.4
- SQL editor:
- SQL script active database/schema restore was fixed
- Parameters prefix configuration was fixed
- Issue with cursor change on context menu invocation was fixed
- Option to disable all code completions/foldings was added
- Auto completion inside SQL package was fixed
- Table aliases auto-completion was fixed
- SQL blocks auto-completion was fixed
- SQL variables/parameters disable configuration was fixed
- Data editor:
- Table columns resolution was improved for custom SQL queries
- Hidden columns restore was fixed
- Data transfer:
- Columns mapping dialog was redesigned and improved
- Columns scale/precision mapping was fixed
- Import from XML format was fixed
- Multiple MFA attempts were resolved (in drivers with MFA authentication)
- Tasks: variable value prompt was added (configurable)
- SSH tunnels: issue with private key password prompt was fixed
- RPM package: issue with remaining symlinks after uninstall was fixed
- UI perspective customization was fixed
- Clickhouse: driver version was updated (solves many data type conversion problems)
- PostgreSQL: inherited roles support was added
- Snowflake:
- Java 17 support was added
- Stored procedure and functions management was added
- SQLite: table column delete was fixed
22.2.3
- Data editor:
- Value display format option was added to grid data view
- Dictionary view panel now saves its ordering state
- Row number in the record mode was fixed
- Ability to open external editors for BLOB values was added
- Database backup: variable ${schema} was added
- SSH:
- Problem with redundant password prompt was fixed
- Tunnel config tab is now hidden for databases which don't support SSH
- Drivers:
- Driver version auto-update feature added
- Issue with driver download dialog was fixed (non-clickable dialog)
- Driver license info button was added to the connection edit page
- Data transfer:
- Export to XLSX now support different modes for spreadsheet rows append
- Description column was added to XLSX format (configurable)
- An additional confirmation is shown if output file will be overwritten
- Fallback directory was added for data export tasks
- Tasks:
- Tasks viewer now shows tasks only for the active project
- New task create command enablement was fixed
- Running tasks are now checked and confirmation is shown on DBeaver app shutdown
- Additional logging was added for tasks execution
- Clickhouse: SSL support was fixed
- Greenplum: table list read was fixed for recent GP server versions 6+.
- MariaDB: UUID data type support was fixed
- MySQL/MariaDB: problem with grave accent quoting was fixed
- Oracle: DATE data type rendering was fixed (time part was removed)
- PostgreSQL:
- Problem with result sets fetch was fixed (OutOfMemory on big results)
- Driver version was updated to 42.5.0 (security update)
- Issue with numeric fields formatting in struct types was fixed
- OpenSearch driver configuration was added
- General:
- Multi-connections behavior configuration was improved. Possibility to forcibly
disable or enable additional metadata or SQL editor connections was added.
- Additional localization was done in many places of application
- We switched to a new Eclipse platform version (2022-09)
22.2.2
- Data editor:
- "Hide all empty columns" action was added
- References panel now has a button to open target table
- Ordering by multiple columns was fixed
- Filtering by spatial columns was fixed
- URL transformer was fixed (original value edit is now supported)
- LOB editor opening performance was significantly improved
- SQL terminal now shows server output log
- Column comments are now visible in record mode
- Complex data types visualization was fixed for record mode
- Data transfer: bug in CSV export with custom header format was fixed
- SQL editor:
- Problem with NULL column names in custom queries was fixed
- Database drivers:
- Problem with driver jars re-download was fixed
- It is now possible to disable Windows certificate storage usage
- Athena: driver version updated to 2.0.30
- Clickhouse: datetime64 data type support was added
- DB2: driver version was updated to 11.5.7
- Exasol: user list read read was fixed (thanks to @allipatev)
- Greenplum: prepared statements usage was disabled
- MySQL:
- Default database client was changed onto version 8+
- JSON columns now can be used in filters and as keys
- Oracle: schema full DDL was added
- PostgreSQL:
- Problem with missing primary key in new tables was fixed
- Table DDL for partitioned tables was fixed
- Role comments are now visible/editable
- German localization was improved (thanks to @dan-schneider)
22.2.1
- Data editor:
- URL transformer was fixed (for edit mode)
- Grouping panel behavior was fixed
- BLOB/CLOB viewer now shows smart warnings
- NullPointer error was fixed in spatial viewer
- SQL editor: "Open in new tab" behavior was fixed
- Connections:
- URL-based configuration support was added to PostgreSQL, SQL Server and Generic drivers
- SSH user name is now optional (current user name is used)
- SSH: problems with credentials prompt were resolved
- Data transfer: columns auto-mappings was improved (case-insensitive search)
- Diagrams: association creation was fixed
- Metadata editor: schema refresh performance was significantly increased
- Eclipse plugin: a lot of DBeaver-related warnings in error log were resolved
- i18n:
- Chinese localization was improved (thanks to @fengchao)
- German localization was improved (thanks to @bulldog98)
- Apache Hive: default schema detection was implemented
- Clickhouse:
- SSL connection configuration support was added
- UUID data type support was added
- Greenplum: proper client app name is now sent to the server
- MariaDB: problem with data transfer was fixed
- PostgreSQL: box data type support was improved
- SQL Server: problem with sequence value selection was fixed
- Vertica: default driver upgraded to version 12
- Many monor UI bugfixes
22.2.0
Changes since 22.1.5:
- Data editor:
- Embedded browser (Edge vs IE) configuration was added
- Custom data types rendering in record mode was improved
- Console viewer toggle was fixed on Linux/MAcOS
- Arrays view/edit UI was improved
- Multidimensional arrays support was fixed
- Data transfer:
- Column auto-mapping was fixed for databases with different identifiers case
- Problem with old configuration load was fixed
- Statistics calculation was fixed
- SQL editor:
- Query parser was fixed (issue with single line comments in select items)
- Screen coloring by connection type was fixed
- SSH:
- SSHJ now is the default tunnel implementation
- SSHJ version was upgraded, ASN1 decoder was added
- Connection:
- Issue with double authentication in web browser was resolved (all drivers with MFA auth)
- Clickhouse:
- Boolean data type support was added
- Issue with timestamp data edit was resolved
- Firebird: overloaded procedures loading issue was resolved
- MS Access: diagram loading was fixed
- Oracle: password expiration warning was added
- PostgreSQL:
- Extra options were added to explain plan dialog
- Data type constraints loading was improved
- Data type DDL generation was fixed
Обновлено
2022-08-08 10:56:55
Совместимость
Windows 7, Windows 8, Windows 10
Описание
DBeaver это полноценное, эффективное программное обеспечение для разработчиков и БД-администраторов. Используется для управления и работы с базами данных, триггерами, процедурами. Позволяет работать сразу с несколькими базами.
Ключевые особенности
- Хорошо продуманный интерфейс;
- Открытый исходный код;
- Мультиплатформенность;
- Основан на открытом фреймворке, что позволяет писать новые расширения;
- Поддержка любых баз данных с JDBC-драйвером;
- Работа с внешними источниками данных, у которых нет JDBC-драйвера;
- Набор плагинов для баз данных (MySQL, Oracle, DB2, SQL Server, PostgreSQL, Vertica, Informix, MongoDB, Cassandra, Redis, InfluxDB) и инструментов управления;
- Обширный инструментарий для работы с данными.
Free universal database tool and SQL client
View the Project on GitHub dbeaver/dbeaver
DBeaver
Free multi-platform database tool for developers, SQL programmers, database administrators and analysts.
Supports any database which has JDBC driver (which basically means — ANY database). EE version also supports non-JDBC datasources (MongoDB, Cassandra, Couchbase, Redis, BigTable, DynamoDB, etc).
- Has a lot of features including metadata editor, SQL editor, rich data editor, ERD, data export/import/migration, SQL execution plans, etc.
- Based on Eclipse platform.
- Uses plugins architecture and provides additional functionality for the following databases: MySQL/MariaDB, PostgreSQL, Greenplum, Oracle, DB2 LUW, Exasol, SQL Server, Sybase/SAP ASE, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, Informix, etc.
Download
You can download prebuilt binaries from official website or directly from GitHub releases.
You can also download Early Access version. We publish it 1-2 times per week.
Running
Just run an installer (or unzip an archive) and run dbeaver
.
Note: DBeaver needs Java to run. Open JDK 11 is included in all DBeaver distributions. (since version 7.3.1).
You can change default JDK version by replacing directory jre
in dbeaver installation folder.
Documentation
- WIKI
- Issue tracker
Building
Prerequisites:
- Java (JDK) 11 or later (AdoptOpenJDK 11 is our default Java at the moment).
- Apache Maven 3.6+
- Internet access
- Git client
Build
git clone https://github.com/dbeaver/dbeaver.git dbeaver
cd dbeaver
mvn package
Binaries are in product/standalone/target/products
Notes
- For bug reports and feature requests — please create a ticket.
- If you have any questions, ideas, etc — please start a discussion.
- Pull requests are welcome.
- Visit https://dbeaver.io or https://dbeaver.com for more information.
- Follow us on Twitter: https://twitter.com/dbeaver_news/
- Thanks for using DBeaver! Star if you like it.
Contribution: help the Beaver!
Hooray, we have reached 17k of stars on GitHub and continue to grow!
That’s really cool, we are glad that you like DBeaver.
- We are actively looking for new source code contributors. We have added labels “Good first issue” and “Help wanted” to some tickets. If you want to be a part of our development team just be brave and take a ticket.
- You can buy DBeaver EE version. It includes all features of CE + NoSQL databases support + EE extensions + official online support. Also, licensed users have priorities in bug fixes and new features development.
Thank you!
- DBeaver Team (contributors)
DBeaver is a desktop client.
If you are looking for a web-based database management tool — check our new product: CloudBeaver.
It is based on DBeaver platform and thus supports any database and most of DBeaver features.
Manage and work with popular databases like MySQL ..»
All developers and programmers should work with the latest tools in order to create applications and scripts without errors and with maximum performance regarding the speed and security. You can work and interact with a database from command line, in SSH terminal, but a GUI is more powerful because you save a lot of time.
You can create diagrams and plan a database structure. You can interact with the database and perform different queries, backups and more. Databases are designed to be useful at processing massive amounts of data efficiently. For a relational database to work, you will have to store your data in a really organized fashion. Cold data is on the opposite hand something that you put on the fridge for latter consumption. Some individuals may think that the data driven way is too much whenever you are in a little company, it’s exactly erroneous.
It supports:
- MySQL
- PostgreSQL
- MariaDB
- SQLite
- Oracle
- DB2
- SQL Server
- Sybase
- MS Access
- Teradata
- Firebird
- Derby
DBeaver is licensed as freeware for PC or laptop with Windows 32 bit and 64 bit operating system. It is in database utils category and is available to all software users as a free download.
Share |
Give a rating |
(1 votes, average: 4.00 out of 5) Loading… |
Author |
Jkiss
|
Last Updated On |
October 23, 2018 |
Runs on |
Windows 10 / Windows 8 / Windows 7 / Windows Vista / XP |
Total downloads |
6,780 |
License |
Free |
File size |
33,94 MB |
Filename |
dbeaver-ce-5.1.0-x86-setup.exe dbeaver-ce-5.1.0-x86_64-setup.exe |
4.1 k
Управляйте несколькими базами данных с помощью одного единственного инструмента
DBeaver – это всеохватывающая кроссплатформенная программа, универсальный инструмент для работы с базами данных. Она предназначена для разработчиков, аналитиков, администраторов, и, в общем, для людей,…
Больше информации
Лицензия | Бесплатно | |
---|---|---|
ОС | Windows |
Раздел | Базы данных | |
---|---|---|
Язык |
Pусский
8 больше |
|
Автор | JKISS project | |
Размер | 108.55 MB | |
Загрузки | 4,056 | |
Дата | 23 янв 2023 | |
SHA256 | 468ebb7742acacb9cc4ee7d221de284ff926d536c3575550d310d62e04136e69 | |
Возрастные ограничения | Для всех возрастов | |
Почему это приложение опубликовано на Uptodown? |
(Больше информации) |
Доступно для других платформ
Приложения, рекомендуемые для вас
Надежный, универсальный и настраиваемый браузер
Общайтесь со всеми своими контактами в Telegram со своего рабочего стола
Видеозвонки и конференции с массой других возможностей
Автоматизация нажатий мышкой на компьютере
Общайся с друзьями через десктопную версию Whatsapp
Совершенный партнер для вашего нового iPod или iPhone
Создавайте собственную анимацию очень простым способом
Доступ к содержимому образов ISO
Похожие на DBeaver
Визуальный инструмент для баз данных MySQL
Мощная система управления базами данных
PostgreSQL
VLSoftware.net
Визуально управляйте своим сервером баз данных MySQL
Система управления открытыми базами данных
Профессиональный дизайн для баз данных
Многофункциональный графический интерфейс PostgreSQL
Новая среда программирования для Android
Emurasoft
Все, что нужно программисту от редактора
VLSoftware.net
Создавайте собственные игры для любых платформ
Инструмент для создания нелинейных интерактивных рассказов
Самая популярная среда разработки
Создавай приложения на HTML5 максимально просто
Поставить оценку
Средний рейтинг 3.4, всего оценок — 5
- Скачать программу
- Описание и функции
- Скриншоты интерфейса
- Комментарии пользователей
Название→ | DBeaver |
---|---|
Версия→ | 22.3.3 |
Лицензия→ | Бесплатно |
Поддержка→ | Windows 11, 10, 8, 7 |
Размер файла→ | 108.5 Мб |
Разработчик→ | DBeaver Corp |
Обновлено→ | 03 февраля 2023 |
DBeaver — свободное программное обеспечение для работы с различными видами баз данных.
Скачать для Windows
Скачайте последнюю версию DBeaver 22.3.3 с помощью MultiSetup или по прямой ссылке. Программа совместима с операционными системами Windows 11, 10, 8, 7 разрядностью 32/64-bit, размер установочного файла — 108.5 Мб. Данный программный продукт разработан DBeaver Corp и распространяется бесплатно. Также вы можете скачать программу с официального сайта.
Описание программы
Программа станет полезным решением для администраторов и веб-мастеров. Ее отличительные особенности — это малый размер, портативность, нетребовательность к ресурсам и поддержка разных типов баз данных. Решение с открытым исходным кодом можно назвать универсальным — оно проникает в любую структуру, что позволяет максимально тщательно изучить базу данных.
Программа радует дружелюбным и понятным структурированным интерфейсом и поддержкой большого количества плагинов. Непосредственно в функционале присутствует возможность проводить тунеллирование через SSH. На сегодняшний день софт позволяет работать более чем с 20 распространенными БД.
Используя возможности программы, можно править метаданные таблиц, выполнять SQL-запросы, экспортировать данные в различные форматы, искать объекты и данные, используя фильтры. Также здесь присутствует подсветка синтаксиса, автозавершение в редакторе, инструмент генерации диаграмм.
Преимущества и недостатки
- Малый размер, не требует установки
- Поддерживает работу со всеми распространенными БД
- Подсветка синтаксиса для SQL
- Удобный редактор с функцией автозавершения
- Поиск данных по множеству параметров
- Зависает при работе с большими базами данных
- Нет поддержки русского языка
Скриншоты интерфейса
Комментарии пользователей
Each software is released under license type that can be found on program pages as well as on search or category pages. Here are the most common license types:
Freeware
Freeware programs can be downloaded used free of charge and without any time limitations. Freeware products can be used free of charge for both personal and professional (commercial use).
Open Source
Open Source software is software with source code that anyone can inspect, modify or enhance. Programs released under this license can be used at no cost for both personal and commercial purposes. There are many different open source licenses but they all must comply with the Open Source Definition — in brief: the software can be freely used, modified and shared.
Free to Play
This license is commonly used for video games and it allows users to download and play the game for free. Basically, a product is offered Free to Play (Freemium) and the user can decide if he wants to pay the money (Premium) for additional features, services, virtual or physical goods that expand the functionality of the game. In some cases, ads may be show to the users.
Demo
Demo programs have a limited functionality for free, but charge for an advanced set of features or for the removal of advertisements from the program’s interfaces. In some cases, all the functionality is disabled until the license is purchased. Demos are usually not time-limited (like Trial software) but the functionality is limited.
Trial
Trial software allows the user to evaluate the software for a limited amount of time. After that trial period (usually 15 to 90 days) the user can decide whether to buy the software or not. Even though, most trial software products are only time-limited some also have feature limitations.
Paid
Usually commercial software or games are produced for sale or to serve a commercial purpose.