I need to create an app that is a form with basic data (name, age, email, etc) and save the data for access later, but save it in the tableView, create the database file or worksheet. I saw that CoreData and Realm generated a DB file.
Can you tell me how to access this file, or how to create it, if this is not done automatically by importing CoreData into the project?
I already have an app with CoreData deployed and that saves notes that I write the lists in a tablView, however I need to change them to a form and generate that file in DB format to backup the data.
Thank you very much!