Swift - Populate core data from premade sqlite file -


not same question here.

i have premade sqlite file has 3 columns: chapter, versenumber , versetext. core data entity has same name attributes. how populate core data database sqlite file?

core data can not read arbitrary sqlite files. have convert file core data database manually. format core data uses read / write sqlite proprietary.

you have use sqlite directly read data. i'd suggest using fmdb reading data. put data core data store, should follow guidelines of efficiently importing data.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -