NSPersistentStoreCoordinator

Undocumented

  • Mechanica

    Destroys a Persistent Store located at url.

    Declaration

    Swift

    public static func destroyStore(as url: URL)
  • Mechanica

    Replaces a Persistent Store located at targetURL with one at sourceURL.

    Declaration

    Swift

    public static func replaceStore(at targetURL: URL, withStoreFrom sourceURL: URL) throws