Skip to content

Releases: chop-dbhi/data-models-sqlalchemy

Release 0.5.8

12 Feb 21:24
Compare
Choose a tag to compare
  • 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 commits after each insert
    • scripts to toggle logging and nologging behavior on objects
  • SQLite specific DDL improvements
    • remove alter table add constraint statements

Release 0.5.7

09 Dec 19:23
Compare
Choose a tag to compare
Release of version 0.5.7

Release 0.5.6

08 Dec 16:58
Compare
Choose a tag to compare
Release of version 0.5.6

Release of 0.5.4

08 Dec 16:58
Compare
Choose a tag to compare
Release of version 0.5.4

Release of version 0.5.1

05 Aug 17:30
Compare
Choose a tag to compare

Better versioning in DDL and ERD filename. Dynamic module creation. Simpler UI.

Release of version 0.4.4

21 Jul 15:40
Compare
Choose a tag to compare
Finalize 0.4.4 release

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

Add web service

23 Jun 20:38
Compare
Choose a tag to compare

A web service is added that serves DDL and ERD over HTTP.

Initial Release

23 Jun 15:45
Compare
Choose a tag to compare

SQLAlchemy models and DDL and ERD generation. Docker-enabled deployment for the latter two.