Schemas
From WhyNotWiki
[edit] Schema Mania
http://www.schemamania.org/schemamania/
http://www.schemamania.org/schemamania/.
Schema Mania was conceived as a repository of database designs. You'd be able to come here, browse for a database design in your "problem space". [...]
[edit] Tools
[edit] Using Dia
http://www.schemamania.org/schemamania/.
- First of all, there's Dia herself
- Dia can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and simple circuits.
- ftp://az.water.usgs.gov/pub/ashalper/src/dia/plug-ins/ Dia SQL export plug-in
- Currently supports only UML class diagrams, and can generate only plain SQL CREATE TABLE statements.
- http://sourceforge.net/projects/dia2code/ dia2code
- Generates C++ and Java code from an UML Dia Diagram.
- http://www.droogs.org/autodial/ AutoDia
- Creates Dia UML Diagrams from source code. Does not read SQL; included because it demonstrates possibilities.
