ORM Designer offers two ways how you can store your project:
If you have your project separated into multiple files, you can share your models of plugins among several projects.
ORM Designer stores whole project in common XML format without any encrypting, compressing or post-processing. This makes it possible to easily implement any custom post-processing routines in accordance with your needs.
Nowadays every team uses some kind of versioning system. Every time you commit your changes you should be able to see the differences. So we build ORM Designer project format as much versioning friendly as possible.
Based on usage of ORM framework ORM Designer offers several export schema formats. With a single click you can choose among XML and YML formats, generating of PHP code and annotations updating for existing code. Also, it's pretty easy to change your export format any time in the future, simply change format and export your model.
Clicky