Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| development:database:start [20 years ago - 2005/12/20 16:31] – created aogail | development:database:start [19 years ago - 2007/05/28 06:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Diagramming ===== | ===== Diagramming ===== | ||
| - | ==== SchemaSQL | + | ==== SchemaSpy |
| - | [[http://schemasql.sf.net/|SchemaSQL]] is an awesome tool for database schema reporting. | + | [[http://schemaspy.sf.net/|SchemaSpy]] is an awesome tool for database schema reporting. |
| + | |||
| + | < | ||
| + | aogail@aleath ~ $ java -cp / | ||
| + | -t pgsql -o test -host localhost: | ||
| + | Using database properties: | ||
| + | [schemaSpy_2.1.0.jar]/ | ||
| + | Connected to PostgreSQL - 8.0.3 | ||
| + | |||
| + | Gathering schema details...........................(14sec) | ||
| + | Writing/ | ||
| + | Writing/ | ||
| + | Wrote relationship details of 27 tables/ | ||
| + | Start with test/ | ||
| + | </ | ||
| + | |||
| + | ===== PostgreSQL ===== | ||
| + | |||
| + | HOWTO for [[http:// | ||