Member Junction
    Preparing search index...

    Function TypeScriptTypeFromSQLType

    • Returns the TypeScript type that corresponds to the SQL type passed in.

      Classification is delegated to @memberjunction/sql-dialect so adding a new dialect or column type is a one-stop change in the dialect class — never a grep-and-edit through every util / codegen / sync site.

      Parameters

      • sqlType: string

      Returns "string" | "number" | "boolean" | "Date"