mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Idea: Built-in support for read-only stores #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JohnEstropia on GitHub (May 9, 2016).
Originally assigned to: @JohnEstropia on GitHub.
Master-like objects that only ever gets read (and only gets written once, usually after app install) are common. The only reason people usually don't use Core Data for these is because it's ridiculously hard to maintain SQLite files. It may be useful if the data can be imported from an import file.
Test first if feasible. Features
ReadOnlyDataStack)