Categories
druid
Druid lets users create databases graphically. Users can add/modify/delete database objects (fields, tables, etc.) using a simple GUI and can document each table and field with HTML information. Druid then generates an SQL script with all table definitions that can be piped to the DBMS; a data dictionary file containing all the tables and field in the database, and Java classes that contain both the tables' constants and users' code.
The program works with Java, C, and C++. There is a plug-in architecture, so users can write their own modules. The latest features let you examine the entire jdbc DB structure, rebuild the jdbc DB on the fly using the druid's current database, import the jdbc DB structure into druid for reverse engineering, and add/modify/delete tables' records using a simple grid control.
Last updated 29 Jun, 2005
About
Leadership
- Andrea Carboni - Maintainer
Requirements
- JDK 1.3 or later (Use Requirement)
- SQL-type database (Use Requirement)
- jdbc compliant driver (for jdbc access) (Weak Prerequisite)
Related Projects
DBLIB, ERW, Gedafe, Glom, My SQL Navigator, MyClient, mysql_client
Versions
3.6
3.6 stable released 2005-05-22
- Released: 22 May, 2005
- Code Maturity: Stable
- Source Archive: http://prdownloads.sourceforge.net/druid/druid-...
- Licenses: GPLv2
- Interfaces: X Window System, Web
User Community and Support
User manual included; see http://sourceforge.net/docman/?group_id=15111 for full list of documentation
General Resources
Announcement Resources
Support Resources
Development
Developer Resources
- VCS Checkout Command:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/druid - VCS Repository Webview
