sqlite - Doubt in Core Data -


can convert sqlite file core data sqlite , use in our application?thanks in advance

probably not. core data creates it's own tables map entities to. far aware it's can create sqlite db , core data magically start working. easiest thing manually import data sqlite database , create entities appropriate in app , save store in core data using sqlite database.


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -