Creating an ER diagram for hsqldb that exports SQL
I'm currentl开发者_运维问答y designing a DB scheme. I have to use hsqldb. - Normally I like creating an ER diagram, and I export the SQL source. Therefore I'm looking for a tool that automatically transforms my ER diagram into hsqldb sql code. Using MySQL Workbench or some sort of web interface (http://ondras.zarovi.cz/sql/demo/) seems to support any server, but hsqldb.
I'm beginning to do that. Surely I can export SQL code from any tool and edit it to fit. However I think this is one step I can save... with the right diagram tool :-)
Have a look at SQL PowerArchitect, it supports HSQLDB:
http://www.sqlpower.ca/page/architect
Their homepage requires a registration in order to download it (even for the community edition), but you can download the community edition without registration from the page on google code:
http://code.google.com/p/power-architect/
DB Visualizer can probably do that directly. The HSQLDB SQL dialect is ANSI SQL. Other SQL dialects that are close to ANSI are Firebird, DB2, Sybase, Informix and Postgres.
精彩评论