---
title: sqlitePragmas
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nspersistentstoredescription/sqlitepragmas
---

# sqlitePragmas

The SQLite pragmas set for the associated persistent store. (read-only)

## Declaration

```swift
var sqlitePragmas: [String : NSObject] { get }
```

## Discussion

Discussion This property contains all of the pragmas set on the associated persistent store. This property is only relevant when the type is set to NSSQLiteStoreType.

## See Also

### Accessing the Configuration Options

- [options](coredata/nspersistentstoredescription/options.md)
