博客
关于我
数据库图形化客户端工具DBeaver
阅读量:524 次
发布时间:2019-03-08

本文共 2128 字,大约阅读时间需要 7 分钟。

DBeaver - Cross-Database Utility for Developers

DBeaver is a versatile and freely available tool designed for managing and interacting with a wide range of databases. It serves as an excellent solution for SQL programmers, database administrators, and analysts who require connectivity across multiple database systems.

Key Features

  • Comprehensive Database Management:
    DBeaver supports virtually any database with a JDBC driver, providing universal connectivity. This includes popular databases like MySQL/MariaDB, PostgreSQL, Oracle, SQL Server, SQLite, and many more.
  • Rich Features:
    The tool is packed with functionalities such as a metadata editor, SQL editor, data editor, ERD (Entity-Relationship Diagram) viewer, data import/export/migration tools, and SQL execution plans.
  • Cross-Platform Compatibility:
    DBeaver is built on a solid architectural foundation and supports multiple operating systems.

Plug-in Architecture

DBeaver leverages a plugin system to extend its capabilities, enabling support for additional databases like Exasol, Sybase/SAP ASE, MongoDB, and others. This modular approach makes the tool adaptable to various use cases.

Getting Started

Download

Prebuilt binaries are available for multiple platforms, including Windows, MacOS X, and Linux.

Running

  • Java Requirement:
    DBeaver requires Java Runtime Environment (JRE) 1.8 or newer to operate.
  • Installation Notes:
    • On Windows and MacOS X, installers are provided, which include the JRE.
    • On Linux, ensure Java is installed beforehand. This can often be managed through package managers like apt-get.
    • If using standalone Java installations, ensure that Java Development Kit (JDK) is available on systems where the installer is not used.

###.Operation on Different Platforms

  • Windows & MacOS X:
    Simply install the provided package and start the application. No need to handle Java internally.
  • Linux:
    Manual installation of Java may be required (using commands like sudo apt-get install default-jre).

DBeaver is renowned for its efficiency and adaptability, making it a favorite among developers and database professionals seeking versatile connectivity options.

转载地址:http://hfiiz.baihongyu.com/

你可能感兴趣的文章
在内存中java类和对象的区别
查看>>
虚拟机virtualbox设置界面最大化
查看>>
Java处理时间Date
查看>>
CentOS 7 修改ip、MAC、UUID
查看>>
go语言中select实现优先级
查看>>
web前端-CSS-字体属性
查看>>
web前端-CSS-媒体查询响应式和多列
查看>>
深度学习网络结构汇总
查看>>
win10 编译DBNet
查看>>
json数据格式
查看>>
yolov2.cfg与yolov3配置文件参数解析
查看>>
SpringMVC学习笔记(六) 文件上传
查看>>
图像二值化方法汇总
查看>>
opencv调用caffe模型
查看>>
在vscode编辑器里使用leetcode插件刷题
查看>>
【idea工具】idea文件搜索快捷键(默认ctrl+shift+n)失效解决方法
查看>>
【leetcode-字符串】外观数列
查看>>
【leetcode】Shuffle an Array 打乱一个没有重复元素的数组
查看>>
【leetcode-数组】长度最小的子数组
查看>>
搜索插入位置
查看>>