ERモデリングに使用できる無料または有料のソフトウェアアプリケーションを探しています。
私は主にSymfony2/Doctrineを使用してアプリケーションを開発しているので、Doctrineをサポートするソフトウェアについて知っている人はいますか?
ERモデリングに使用できる無料または有料のソフトウェアアプリケーションを探しています。
私は主にSymfony2/Doctrineを使用してアプリケーションを開発しているので、Doctrineをサポートするソフトウェアについて知っている人はいますか?
ORMDesignerを見てください。
私は常にMySQLWorkbenchを使用してから、データベーススキーマをDoctrineエンティティにインポートします。これにより、インデックスをより適切に微調整できます。
次の比較があなたが探しているものだと思います: http ://www.orm-designer.com/article/orm-designer-and-mysql-workbench-comparison
結論:ORMDesignerと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/