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
It's a big refactor, but I used the DDL output artifacts to confirm that the DDL output from after commit aa58c88 is not different in any unintended way from that after a398429.
Big improvements here include:
create table if not exists
functionalitycommit
s after each insertlogging
andnologging
behavior on objectsalter table add constraint
statementsIt's a big refactor, but I used the DDL output artifacts to confirm that the DDL output from after commit
aa58c88
is not different in any unintended way from that aftera398429
.