Protocols
The following protocols are available globally.
-
All objects in the database must conform to the ‘Storable’ protocol
See moreDeclaration
Swift
public protocol Storable
-
Implement this protocol to use primary keys
See moreDeclaration
Swift
public protocol PrimaryKeys
-
Implement this protocol to ignore arbitrary properties
See moreDeclaration
Swift
public protocol IgnoredProperties