Generating database diagrams for schema analysis
If you want to analyse a database, understand relations between its tables etc., you can use this tool : schemaspy
Example usage:
Creating openerp database diagrams
- Download schemaspy from : http://sourceforge.net/projects/schemaspy/files/
- It used to have dependency on Graphviz, so you may also have to install graphviz : http://www.graphviz.org/Download..php
- command to execute the jar : java -jar schemaSpy_5.0.0.jar -t pgsql -db openerp -s public -u openerp -p <password> -host <host> -o <output dir> -dp <path-to-the-db-driver>
More info on the parameters can be found at http://schemaspy.sourceforge.net/
Related articles
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
truemodified5database datamodel analyse diagramfalsepage
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0