Expand description
SQL dialect classification shared across the driver and write-path modules.
Dialect is a pure data classification of the SQL flavour a
connection speaks, derived from the URL scheme. It carries no driver
dependency and is deliberately not feature-gated so that callers can
reason about portable DDL/query generation regardless of which
backend features are compiled in.
Enumsยง
- Dialect
- SQL dialect of the target database, used to generate portable DDL and queries.