I have a table which is a list of games played in the sqlite3 database. The field “datetime” is the date and time when the game ends. The field “duration” is the number of seconds the game lasts .
Tag: SQLITE3
Core-Data – migrate ordinary SQLITE3 database to core data?
I have a normal pre-populated database. I want to migrate it to the core data of my application. What is the best way to achieve this? By the way, I did these things and copied recipes.sqlite datab