Member Junction
    Preparing search index...
    • Resolve a T-SQL type to its target dialect equivalent.

      Parameters

      • typeStr: string

        Full type string (e.g., "NVARCHAR(255)", "UNIQUEIDENTIFIER", "DECIMAL(18,2)")

      • targetDialect: string = 'postgres'

        Target dialect (default: 'postgres')

      Returns string

      The mapped type string for the target dialect