我正在寻找可用于 ER 建模的免费或付费软件应用程序。
由于我主要使用 Symfony2/Doctrine 开发应用程序,有人知道支持 Doctrine 的软件吗?
我正在寻找可用于 ER 建模的免费或付费软件应用程序。
由于我主要使用 Symfony2/Doctrine 开发应用程序,有人知道支持 Doctrine 的软件吗?
看看ORM 设计器。
我总是使用MySQL Workbench,然后将我的数据库模式导入到学说实体中。这让我可以更好地微调我的索引。
我认为您正在搜索以下比较: http ://www.orm-designer.com/article/orm-designer-and-mysql-workbench-comparison
结论:ORM Designer和 MySQL 工作台都可以使用 Doctrine。
由于 MySQL 工作台是免费的并且在 MySQL 本身的支持下,这对我应该是有利的。
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:
(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.
有一个名为 Pulpo 的免费工具http://www.pulpo18.com/另外,有编辑支持的付费船长https://www.skipper18.com/