Function mapSqliteTypeToJsonFormat

  • Maps SQLite data types to corresponding JSON Schema formats.

    Parameters

    • sqliteType: string

      The SQLite data type.

    • colName: string

      The column name for potential additional format inference.

    Returns string | undefined

    The JSON Schema format if applicable.