博客
关于我
数据库图形化客户端工具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/

你可能感兴趣的文章
玩玩小爬虫——试搭小架构
查看>>
Python大神编程常用4大工具,你用过几个?
查看>>
linux kernel version magic 不一致导致的模块 加载 (insmod) 不上
查看>>
centos7一步一步搭建docker jenkins 及自定义访问路径重点讲解
查看>>
MySQL 1064 You have an error in your SQL syntax 错误解决办法
查看>>
【Flink】Flink 底层RPC框架分析
查看>>
MySQL错误日志(Error Log)
查看>>
oracle使用DBMS_RANDOM包生成随机数据
查看>>
C++高精度模板
查看>>
解决:angularjs radio默认选中失效问题
查看>>
windows环境下安装zookeeper(仅本地使用)
查看>>
缓冲区溢出实例(一)--Windows
查看>>
Badboy录制脚本时,提示脚本错误的解决方法
查看>>
PHP一句话木马小总结与SQL语句写一句话木马
查看>>
关于计数排序
查看>>
Python中字符串前添加r ,b, u, f前缀的含义
查看>>
Hadoop学习笔记—Yarn
查看>>
JSONPath小试牛刀之Snack3
查看>>
Jenkins - 部署在Tomcat容器里的Jenkins,提示“反向代理设置有误”
查看>>
2017年前端框架、类库、工具大比拼
查看>>