Consider a SQLite database for an iPhone application with some “documents” as templates. The user can also add their own templates.
I want to update the program and database. Is there any way to do this without overwriting user data?
I looked at two different databases, but since this is an overhead, I want to avoid this option.
How can this be done without overwriting user data?
mkind source
share