CoreDataControllerFactory
public protocol CoreDataControllerFactory
Instance of conforming type know how to instantiate a CoreDataController.
-
The database location on device
Declaration
Swift
var databaseUrl: URL { get } -
Provides an instance of
CoreDataControllerDeclaration
Swift
func loadCoreDataController() throws -> CoreDataController
View on GitHub
CoreDataControllerFactory Protocol Reference