Swift
TeaQL Swift generates typed entities, requests, expressions, audited mutations, a passive
GeneratedRuntimeModule.module, and ten Assist categories. The currently verified database path is
SQLite. Query terminals take one UserContext parameter named context; executeForList(context)
returns SmartList<Entity>, while save(context) returns the persisted typed entity.
Start with the Quick Start, prove the real SQLite path with First Verification, and keep application-owned wiring in Customization. See Scenarios for the shared query and mutation contract. For AI-assisted work, use the TeaQL Agent Kit harness with the generated Assist files.
Runtime Module installation is passive. Call schema reconciliation explicitly; telemetry remains optional and uses a no-op implementation unless the application installs OpenTelemetry support.