Skip to main content

Module dialect

Module dialect 

Source
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 codes — 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 second target (serverless, great for tests).

Enums§

Dialect
A supported database dialect.