You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2021. It is now read-only.
- parameter modelName: The name of your Core Data model (xcdatamodeld).
111
122
- parameter storeType: The store type to be used, you have .InMemory and .SQLite, the first one is memory
112
123
based and doesn't save to disk, while the second one creates a .sqlite file and stores things there.
113
-
- parameter isExcludedFromBackup: Flag to indicate if the data store should be excluded from backup. Only applies to sqlite stores. Default set to true.
- parameter storeType: The store type to be used, you have .InMemory and .SQLite, the first one is memory
131
140
based and doesn't save to disk, while the second one creates a .sqlite file and stores things there.
132
-
- parameter isExcludedFromBackup: Flag to indicate if the data store should be excluded from backup. Only applies to sqlite stores. Default set to true.
- parameter isExcludedFromBackup: Flag to indicate if the data store should be excluded from backup. Only applies to sqlite stores. Default set to true.
- parameter containerURL: The container URL for the sqlite file when a store type of SQLite is used.
180
186
- parameter isExcludedFromBackup: Flag to indicate if the data store should be excluded from backup. Only applies to sqlite stores. Default set to true.
based and doesn't save to disk, while the second one creates a .sqlite file and stores things there.
199
204
- parameter isExcludedFromBackup: Flag to indicate if the data store should be excluded from backup. Only applies to sqlite stores. Default set to true
0 commit comments