Member Junction
    Preparing search index...
    • Resolves a DatabasePlatform string to its concrete SQLDialect instance.

      This is the single factory for dialect resolution — all consumers should call this instead of maintaining their own switch/map.

      Parameters

      • platform: string

        The database platform key (e.g., 'sqlserver', 'postgresql')

      Returns SQLDialect

      The concrete SQLDialect instance for the platform

      Error if the platform is not registered