How can I use Core Data with multiple SQLite files?
Each file contains the same structures, but the data is extracted from different places.
I want to be able to switch between these sqlite files at runtime based on application settings.
source
share