Visually designing a database structure

后端 未结 10 1431
北海茫月
北海茫月 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 13:11

    I use the aptly named Database Design Tool. It's extremely simple and unfortunatly it's developed any more, however. It's the best tool I've come across that is free and at the end of designing your tables, it generates the T-SQL for you. It's also language independent.

    alt text

    0 讨论(0)
  • 2021-01-31 13:15

    I'm a big fan of ARGO UML from Tigris.org. Draws nice pictures using standard UML notation. It does some code generation, but mostly Java classes, which isn't SQL DDL, so that may not be close enough to what you want to do.

    You can look at the Data Modeling Tools list and see if anything there is better than Argo UML. Many of the items on this list are free or cheap.

    Also, if you're using Eclipse or NetBeans, there are many design plug-ins, some of which may have the features you're looking for.

    0 讨论(0)
  • 2021-01-31 13:16

    MySQL Workbench is the best DB design tool that I've tried

    0 讨论(0)
  • 2021-01-31 13:17

    Open System Architect has some potential. Its very similar to Visio.

    0 讨论(0)
提交回复
热议问题