Releases: chop-dbhi/data-models-sqlalchemy
Releases · chop-dbhi/data-models-sqlalchemy
Release 0.5.8
- ability to run entirely with a specified data models URL
- improved subcommand integration and usage message
- deterministically ordered constraint and index DDL
- removal of auto-module-generation behavior
- improved deployment to docker hub with branch-named tags (with master as latest)
- DDL output saved as build artifacts in CircleCI
- Oracle specific DDL improvements
create table if not exists
functionality- proper
commit
s after each insert - scripts to toggle
logging
andnologging
behavior on objects
- SQLite specific DDL improvements
- remove
alter table add constraint
statements
- remove
Release 0.5.7
Release of version 0.5.7
Release 0.5.6
Release of version 0.5.6
Release of 0.5.4
Release of version 0.5.4
Release of version 0.5.1
Better versioning in DDL and ERD filename. Dynamic module creation. Simpler UI.
Release of version 0.4.4
Finalize 0.4.4 release Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
Add web service
A web service is added that serves DDL and ERD over HTTP.
Initial Release
SQLAlchemy models and DDL and ERD generation. Docker-enabled deployment for the latter two.