Add or modify tables and columns in the Sydonia Toolkit customs schema while preserving its conventions (snakecase, ref/sys prefixes, identity PKs, FK-to-ref coded columns, numeric money/mass types) and — critically — its provenance trail (every CREATE TABLE tagged -- src: or -- inferred, coverage updated). Use when…
Generate correct SQL against the Sydonia Toolkit ASYCUDA / SYDONIA customs model — reports, lookups, reconciliations, analytics — and verify it privacy-preservingly. Knows the asycuda schema searchpath, that coded columns are foreign keys to ref tables, that totals are derived (not stored), and the canonical join…
Set up, install, load, bootstrap or reset the Sydonia Toolkit ASYCUDA / SYDONIA PostgreSQL reference schema in a database. Creates the database, loads the schema then the reference seed then (optionally) the end-to-end example in the correct order, and reports a clean or failed result. Use when the user wants to stand…