chop-dbhi / data-models-sqlalchemy

SQLAlchemy models and DDL and ERD generation from chop-dbhi/data-models style JSON endpoints.
Other
11 stars 3 forks source link

Major refactor with improved versioning #9

Closed gracebrownecodes closed 9 years ago

gracebrownecodes commented 9 years ago

Implement magical dynamic module creation to match any models exposed at the data models service. Add versioning of data model and dmsa service to ERD filename and DDL. In the DDL, a version_history table is now created that tracks any runs of the DDL.

Signed-off-by: Aaron Browne aaron0browne@gmail.com