DatabaseRegionConvertible

public protocol DatabaseRegionConvertible

DatabaseRegionConvertible is the protocol for values that can be turned into a DatabaseRegion.

Such values specify the region obserbed by DatabaseRegionObservation.

Available where Self == DatabaseRegion

  • fullDatabase Extension method

    The region that covers the full database: all columns and all rows from all tables.

    Declaration

    Swift

    public static var fullDatabase: Self { get }