Thanks for the reply! Absolutely right, I didn't tell much about what kind of data I plan on storing.
My app does use relationships, but at the same time, the data types are only strings and decimals with one boolean.
I have four entities total:
Bins has many Tickets
Drivers has many Tickets
Fields has many Tickets
Ticket belongs to a Bin, belongs to a Field, and Belongs to a Driver
Could I be just fine persisting to the File System, or would something like this be better off using Core Data?
I currently have it set up using core data, I'm just getting hung up when I'm creating my form for a Ticket.
I go to use a picker to select what Field, picker for Driver, picker for Bin, but those are grayed out when I run the app. And I am struggling to find resources to help with that issue.
I am using SwiftUI for this.
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: