Function raw

  • Create raw SQL statement.

    This allows you to turn a variable directly into sql without making it a bind parameter.

    Warning This is dangerous and should only be used with trusted input or escaped input.

    Parameters

    • value: string | number | Sql

    Returns Sql

Generated using TypeDoc