/
Generating database diagrams for schema analysis
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
, multiple selections available,
Related content
Micro-frontends (MFE) architecture for UI
Micro-frontends (MFE) architecture for UI
Read with this
Bahmni App Configuration
Bahmni App Configuration
Read with this
Understanding Bahmni EMR Code
Understanding Bahmni EMR Code
Read with this
List of Repositories needed for Development on Bahmni
List of Repositories needed for Development on Bahmni
Read with this
Working on Bahmni OpenMRS frontend
Working on Bahmni OpenMRS frontend
Read with this
Adding a CRUD API(*Resource.java)
Adding a CRUD API(*Resource.java)
Read with this
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)