软件分享:DBeaver
DBeaver是一款使用JAVA开发的,跨平台的,开源的,通用数据库工具,支持绝大多数数据库,如常见的Sqlite,mysql,mariadb,oracle,DB2,SQL Server,PostgreSQL,Sybase等。
它分为社区版和企业版,企业版具有社区版的全部功能,另外包括NoSQL数据库/BigData数据库,其次就是包含主流数据库的JDBC库(社区版需要在线下载),可直接离线使用,再就是包括一些插件,完整的企业版功能说明如下:
- Support of NoSQL databases:
- Apache Cassandra
- MongoDB
- Redis
- WMI (Windows Management Instrumentation)
- Additional drivers configuration for BigData/Cloud databases (Hadoop).
- Most popular JDBC drivers are included in distribution and can be used in offline/limited internet access environment.
- Additional EE plugins:
- Office formats support (XLS) for data export
- Persistent Query Manager database (allows to track all your SQL)
- JSON format viewer/editor (in MongoDB and relational databases)
- Eclipse Marketplace (allows to easily install any additional Eclipse plugins)
- It will give us a possibility to support and develop Community version, add new features faster, provide better support and much more. Even if you do not need enterprise features you may purchase a license as a form of donation. Thank you!
注意:使用DBeaver需要安装JDK,我自己电脑安装的是JDK 1.8,6和7我没测试过,我不知道能不能用。
本文由作者按照 CC BY 4.0 进行授权