0
votes
0answers
15 views

Software for generating ODL from UML? [closed]

Are there any software which allow you to generate ODL from UML, much like software which is used to generate SQL from ERD? (using the Oracle DBMS)
4
votes
2answers
347 views

Are there any tools to go from ERD to DB design and vice versa?

I'm learning DB design and looking for some tools, preferably open source software, that could help go from an ERD to a DATABASE and vice versa. For the record, the database i'm using is MySQL.
0
votes
0answers
706 views

Generating an ER diagram with relationships from an MySQL MyISAM database?

Are they any tools to extract out the relationships in a MyISAM database into an ER diagram? I understand that MyISAM doesn't have foreign keys, but the columns in my database that represent foreign ...