5 February 2023
I have a project that is just a big database. Lots tables and in some cases quite a few rows.
I need it shareable across devices but I don’t want to run, or pay for, a web service - so iCloud only.
My inclination is to use Core Data because I know it but the iCloud stuff scares me.
Is it safe? Is there a better choice?