Usage Instructions:
Create your Entity-Relationship Diagrams using Umbrello (http://uml.sourceforge.net), save it with default format ( .xmi ). Execute umbrello2sql passing file name as a parameter.
- Example
$ umbrello2sql video.xmi > video.sql
Now you can create your PostgreSQL database using the generated script:
$ psql -U postgres videodb -f video.sql
