SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

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


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.