
Druid is a tool to handle database tables. Userscan add/modify/delete database objects (fields,tables, etc.) using a simple GUI. When the DBstructure is complete, Druid can generate the SQLscript to generate the DB and the related docs.
License: GNU General Public License (GPL)
Changes:
A flag was added in Java JDO to convert "_" toCamelCase names in Java conversion. Thepossibility to specify the SQL terminator wasadded. Support for different SQL dialects wasadded in SQL editor highlighting. In JDBC, anexception raised by MySQL when accessing a table'sprivileges was bypassed. In the PostgreSQL module,generation of triggers and generation of foreignkeys were fixed. The order of generating elementswas fixed.
More...