Druid is a tool to handle database tables. Users can add/modify/delete database objects (fields, tables, etc.) using a simple GUI. When the DB structure is complete, Druid can generate the SQL script to generate the DB and the related docs.
| Tags | Database Front-Ends Software Development Code Generators |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: A flag was added in Java JDO to convert "_" to CamelCase names in Java conversion. The possibility to specify the SQL terminator was added. Support for different SQL dialects was added in SQL editor highlighting. In JDBC, an exception raised by MySQL when accessing a table's privileges was bypassed. In the PostgreSQL module, generation of triggers and generation of foreign keys were fixed. The order of generating elements was fixed.


Changes: The Oracle and Postgres SQL generation modules were improved. The passwords in the configuration file were scrambled. A NoClassDefFoundError was fixed in the OJB module. A problem with CREATE OR REPLACE TRIGGER was fixed.


Changes: This release adds almost all patches from the Web site.


Changes: Some bugs have been fixed. Generation modules for PHP5 and DaffodilDB were added, as was basic support for schemas and the ability to commit/abort a transaction.


Changes: Hibernate and castor modules have been enhanced. A Portuguese translation has been added. The ability to remap data types inside SQL gen modules has been added to allow several DBMSs. Circular references have been resolved using the ALTER TABLE statement. Some bugs have been fixed.