Eclipse的集成多数据库的插件-QuantumDB

2022-05-23 00:00:00 数据库 专区 插件 下载地址 量子

QuantumDB Eclipse Plugin,是Eclipse的又一插件,使用这个插件,可以在Eclipse中实现数据库的绝大部分操作,目前适用的数据库为:Adabas、DB2、DB2 on AS400、HSQLDB、Informix、MySQL、Oracle、Pointbase、PostgreSQL、Sybase,遗憾的是怎么没有SQL SERVER?

我还没有使用这个插件,目前使用的数据库为oracle和mssql,习惯于使用企业管理器了,想偷懒的同志可以试试这个插件。

插件的英文介绍原文:

QuantumDB is a simple but powerful database access plug-in for the Eclipse Development Platform. QuantumDB allows you to:

connect to databases using standard JDBC drivers
review schemas, tables, views and sequences
look up column, index and foreign key information
issue ad-hoc queries or other SQL statements against the database
manage, edit, and work with SQL files (*.sql)
issue updates, deletes, and inserts using simple, easy-to-use wizards
QuantumDB works with any JDBC-complaint database, including:

Adabas
DB2
DB2 on AS400
HSQLDB
Informix
MySQL
Oracle
Pointbase
PostgreSQL
Sybase
The QuantumDB developers regularly use a wide variety of database products as they add new features to the plugin.

下载地址:http://sourceforge.net/project/showfiles.php?group_id=7746&package_id=57047

如果Eclipse的版本是3.1,需要去下载GEF,下载地址:如果是Eclipse 3.1则需要 GEF,下载:http://download.eclipse.org/tools/gef/downloads/
————————————————
版权声明:本文为CSDN博主「baggio785」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/baggio785/article/details/740097

相关文章