开发者

Database modeling tool [closed]

开发者 https://www.devze.com 2022-12-22 09:52 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I am looking for a simple tool to draw up my database in. I know that i saw one that was made in C# on Codeproject but i开发者_高级运维 can't find that one. I just need to be able to visually draw my tables and relations for MS SQLServer 2008.


I would suggest SQL Power Architect for the following reasons (from the official feature list):

  • Accesses source databases via JDBC
  • Connects to multiple source databases concurrently
  • Compares data models & database structures and identifies discrepancies
  • Drag-and-drop source tables & columns into the playpen
  • Remembers the origin of each column
  • Generates source-to-target visual Mapping Reports
  • Forward/reverse engineers PostgreSQL, Oracle, MS SQL Server & more
  • Saves source data structure snapshots in the project, so you can work remotely
  • All project data is stored in an easy-to-parse XML format
  • OLAP schema modeling: Cubes, Measures, Dimensions, Hierarchies & Levels
  • GPL (version 3) licensed

...and a couple reasons of my own:

  • runs on basically any platform
  • has fairly nice keyboard support for fast model development
  • relatively useful diagram auto-layout


Why would you not want to use the built-in Data Diagrammer?

If you just want to draw your tables, have a look at Dia. In the Links section you find some tools that convert the drawing into SQL.

0

精彩评论

暂无评论...
验证码 换一张
取 消