Protocols

The following protocols are available globally.

  • All objects in the database must conform to the ‘Storable’ protocol

    See more

    Declaration

    Swift

    public protocol Storable
  • Implement this protocol to use primary keys

    See more

    Declaration

    Swift

    public protocol PrimaryKeys
  • Implement this protocol to ignore arbitrary properties

    See more

    Declaration

    Swift

    public protocol IgnoredProperties