Tagged Questions
4
votes
2answers
290 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
632 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 ...