Skip to content

v1.2.0

Choose a tag to compare

@cloud3000 cloud3000 released this 28 Jun 01:25
· 16 commits to main since this release
c2129c2

Added

  • tools/export_ddl.py — export a multi-table relational schema for any set
    of business terms, with real FOREIGN KEY constraints derived from the
    dictionary's relationship hints (links to / references; polymorphic and
    collection of handled), surrogate-key modeling, dependency-ordered output,
    and --dialect sqlite|postgres|mysql. SQLite output is self-validated
    (e.g. manufacturing → 37 tables / 59 FKs).

Full changelog: v1.1.0...v1.2.0