Minimal shape of the ORM's dialect registry (from src/dialects/dialect.ts — DialectRegistry). Declared locally so this module doesn't import/modify the shared registry; the caller passes the real DialectRegistry in.
src/dialects/dialect.ts
DialectRegistry
Minimal shape of the ORM's dialect registry (from
src/dialects/dialect.ts—DialectRegistry). Declared locally so this module doesn't import/modify the shared registry; the caller passes the realDialectRegistryin.