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
Post a Comment