Anyone know of a decent free DB schema reverse engineering tool? [closed]

回眸只為那壹抹淺笑 提交于 2019-12-03 13:52:37

Check out SQuirreL.

You need to right click the table and choose the option, 'Add to Graph'. Then it will open a new tab. After switching to that tab you will see the table represented in a box. Just right click the box and select 'Add all children', and 'Add all Parent'. It will include the complete hierarchy, with the Entity, and Relationships. So, you can say it would generate an ERD.

Hope this would help.

If you have Microsoft Visio Professional, there is an built-in feature you can use to reverse engineer an existing database. You need to use the appropriate driver supplied by Visio. It also allows you to select which tables you want in the reverse engineered database model.

Please check http://office.microsoft.com/en-us/visio-help/reverse-engineer-an-existing-database-into-a-database-model-HA010115485.aspx

Look at dbdesigner think that's the name. It logs in if you have db login. And downloads and makes pretty. Do you have server login?

Or phpmyadmin the Php package has it on the db screens.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!