project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Progressive DB migration for new model versions #266

Closed ankushkushwaha closed 6 years ago

ankushkushwaha commented 7 years ago

Hi,

I was checking out the threads #141 #242 #14 . I am using EncryptedStore and came to the point where I want to implement progressive core data migration in my app. Is there any way to do it?

Does encrypted store support progressive migration ?