homepage › Forums › Miscellaneous › How to sort schemas for compare and merge › Reply To: How to sort schemas for compare and merge
September 8, 2015 at 10:12 pm #5263
Participant
Optionally, you can also use pyxtuml, which sorts the schema by key letter and association id, and works without the prebuilder:
To install:
pip install ply –user
pip install pyxtuml –user
Example usage on ooaofooa (which takes a few seconds to parse):
python -m bridgepoint.gen_sql_schema \
-o ooaofooa.schema.sql \
org.xtuml.bp.core/models/org.xtuml.bp.core/ooaofooa
Note: the schema generator in pyxtuml ignores the “export directives” encoded in descriptions on classes and so on, so the resulting sql file may differ from other schema generators.