Contents

database

The associated database.

Declaration

@property (strong, readonly) CKDatabase * database;

Discussion

Multiple sync engines can run in the same process, each targeting a different database. For example, you may use one sync engine for a person’s private database and another for their shared database.

See Also

Accessing the engine’s attributes