Skip to content

Parses UML XML file and generates SQLAlchemy ORM model

License

Notifications You must be signed in to change notification settings

ramdyne/uml2sqlalchemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uml2sqlalchemy

Parses UML XML file and generates SQLAlchemy ORM model.

Note that this is prototype code and can be significantly improved.

  • It hasn't been tested using a wide variety of UML files.
  • It has no unit tests
  • It has no robust error handling.
  • It may not know about some UML constructs.
  • It certainly has problems with relationships between tables, it sometimes generates n:m relationships where 1:n would suffice.
  • It generates 1:n relationships incorrectly where the foreign key is created, but not the backref wich could be very useful.

About

Parses UML XML file and generates SQLAlchemy ORM model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages