Relation Support

  • A protocol which represents a select expression. A select expression can be applied to a Row to produce a value. This is typically used to filter Relations using expressions which return booleans.

    See more

    Declaration

    Swift

    public protocol SelectExpression
  • A value which is either a successful result, or an error.

    See more

    Declaration

    Swift

    public enum Result<T, E>