0

我正在寻找可用于 ER 建模的免费或付费软件应用程序。

由于我主要使用 Symfony2/Doctrine 开发应用程序,有人知道支持 Doctrine 的软件吗?

4

4 回答 4

6

看看ORM 设计器

我总是使用MySQL Workbench,然后我的数据库模式导入到学说实体中。这让我可以更好地微调我的索引。

于 2013-01-28T15:56:47.363 回答
2

我认为您正在搜索以下比较: http ://www.orm-designer.com/article/orm-designer-and-mysql-workbench-comparison

结论:ORM Designer和 MySQL 工作台都可以使用 Doctrine。

由于 MySQL 工作台是免费的并且在 MySQL 本身的支持下,这对我应该是有利的。

于 2013-01-28T21:48:49.157 回答
1

This may not interest you directly, and is probably not really fitting your current development cycle either, but I think it's a good approach to avoid code generation wherever possible.

I'm currently developing the modules integration of Doctrine ORM with ZF2, and we got to build a tool that creates on-the-fly graphs of your entities relations:

UML Diagram generated from Doctrine 2 Entity metadata

(please don't take the graph as a good example)

With this approach, you write entities first, then mappings (annotations/xml/yaml/php) and there you got your schema (displayed by your application). I'm considering pushing this to doctrine/common directly, so it may be available in the DoctrineBundle soon.

于 2013-01-29T03:01:23.050 回答
0

有一个名为 Pulpo 的免费工具http://www.pulpo18.com/另外,有编辑支持的付费船长https://www.skipper18.com/

于 2021-10-28T15:11:34.757 回答