0

ERモデリングに使用できる無料または有料のソフトウェアアプリケーションを探しています。

私は主にSymfony2/Doctrineを使用してアプリケーションを開発しているので、Doctrineをサポートするソフトウェアについて知っている人はいますか?

4

4 に答える 4

6

ORMDesignerを見てください。

私は常にMySQLWorkbenchを使用してから、データベーススキーマをDoctrineエンティティにインポートします。これにより、インデックスをより適切に微調整できます。

于 2013-01-28T15:56:47.363 に答える
2

次の比較があなたが探しているものだと思います: http ://www.orm-designer.com/article/orm-designer-and-mysql-workbench-comparison

結論:ORMDesignerと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 に答える