<!--
{
  "documentType" : "article",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/persistent-store-types",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Persistent Store Types"
}
-->

# Persistent Store Types

Persist data through the available store types.

## Topics

### Constants

[`NSSQLiteStoreType`](/documentation/CoreData/NSSQLiteStoreType)

The SQLite database store type.

[`NSXMLStoreType`](/documentation/CoreData/NSXMLStoreType)

The XML store type.

[`NSBinaryStoreType`](/documentation/CoreData/NSBinaryStoreType)

The binary store type.

[`NSInMemoryStoreType`](/documentation/CoreData/NSInMemoryStoreType)

The in-memory store type.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)