Expand description
The database dialect seam (ADR-015).
Everything that differs between the supported databases — column types, primary-key
generation, bind placeholders, pool types, integrity-error handling, and whether
RETURNING is available — lives here, chosen from stack.database in the manifest.
Postgres is the default and its output is byte-identical to the pre-seam generator; SQLite
is the serverless second target; MySQL is the third (ADR-015 amendment).
Enums§
- Dialect
- A supported database dialect.