0
I need to create an app that is a form with basic data (name, age, email, etc.) and that saves the data for access later, but that in addition to saving in the tableView, create the database file or spreadsheet. I saw that Coredata and Realm generated a DB file.
They can tell me how to access this file, or how to create it, if this is not done automatically with the Coredata import in the project?
I already have an app with Coredata deployed and that saves notes that write the lists in a tablView, but I need to change them to a form and that generates this file in DB format to backup the data.
Thank you very much, guys!
Helped Victor too much! Thank you so much! As soon as I have enough reputation, I will vote for your reply! Thank you very much!
– Renato Girão