![]() |
Couchbase Lite
Objective-C API for iOS and Mac OS
|
Properties | |
| CBLModelFactory * | modelFactory |
| The CBLModel factory object to be used by this database. More... | |
|
readwriteatomicretain |
The CBLModel factory object to be used by this database.
Every database has its own instance by default, but you can set this property to use a different one – either to use a custom subclass, or to share a factory among multiple databases, or both.
Extends class CBLDatabase.