Visually designing a database structure

后端 未结 10 1621
北海茫月
北海茫月 2021-01-31 12:34

I am quite happy to code out tables by hand when making a database but it\'s not the easiest way to convey information about a database to someone else, especially someone that\

10条回答
  •  春和景丽
    2021-01-31 12:52

    I'm currently checking out SQL Power Architect (both w/ PostgreSQL and Mysql - but it also supports other vendors) and it definitely seems promising. Does both forward and backward SQL engineering. The Community Edition is open source and cross platform (Java). You can check it out yourself: http://code.google.com/p/power-architect/

    When strictly dealing w/ MySQL so far I've otherwise used MySQL Workbench, http://wb.mysql.com/ which performed reliably.

提交回复
热议问题