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
CoreDataController
Declaration
Swift
func loadCoreDataController() throws -> CoreDataController