Skip to content

v1.1.0

Choose a tag to compare

@cloud3000 cloud3000 released this 27 Jun 20:17
· 20 commits to main since this release
3b1fc09

Added

  • tools/find.py — find data items by a business term via a layered
    resolver (category → entity → alias → keyword), with a reviewable
    SEARCH_ALIASES map of ~55 business terms (billing, payee, receivable,
    shipping, employee, appointment, inspection, …) and a --ddl flag that
    emits a validated CREATE TABLE per matched entity — handy for scaffolding an
    app schema (RAD use case).
  • README "Find fields by business term" section documenting the resolver,
    the alias map, CLI examples, and the --ddl output.

Full changelog: v1.0.0...v1.1.0