sqlkit
    Preparing search index...

    Function between

    • Creates a condition to check if a value is between two values

      Type Parameters

      • T
      • K extends string | number | symbol

      Parameters

      • key: K

        The column name

      • min: T[K]

        The minimum value

      • max: T[K]

        The maximum value

      Returns SimpleWhere<T>

      A SimpleWhere condition