Canonical database-platform value used across MJ. Single source of truth —
config validation, env-var parsing, and runtime branching all compare
against these literals. Aliases (mssql, postgres, pg) are not
recognized.
Lives in @memberjunction/sql-dialect (not core or global) because
this is the package that owns SQL dialect semantics; every other package
imports it from here (or from core, which re-exports for back-compat).
Canonical database-platform value used across MJ. Single source of truth — config validation, env-var parsing, and runtime branching all compare against these literals. Aliases (
mssql,postgres,pg) are not recognized.Lives in
@memberjunction/sql-dialect(notcoreorglobal) because this is the package that owns SQL dialect semantics; every other package imports it from here (or from core, which re-exports for back-compat).