audit before adopting an existing schema or provider-specific tree.
The report shows what supaschema can model and which statements are outside the supported contract.
Use this when
- You are onboarding a database into declarative management.
- Unsupported DDL should be known before the first generated migration.
- A support-matrix report belongs in migration planning.
- CI needs JSON coverage output.
Run it
Flags
Required source to audit against the support matrix.
Print the audit report as JSON.
Exit codes
| Code | Meaning |
|---|---|
0 | Source is fully supported |
1 | Runtime failure |
2 | Unsupported coverage was found |
Related
Support matrix
Review modeled PostgreSQL objects.
Inspect
Print extracted model details.
Declarative management
Adopt schema files as source of truth.
Explain
Decode unsupported diagnostic codes.

