Post

Replies

Boosts

Views

Activity

Reply to Store USDZ with SwiftData
I think that storing small amounts of arbitrary data is stored as a blob in the database and large blocks are saved in the file system with the database having a pointer to the file. I would expect the intended way to retrieve the data is using a fetch request rather than trying to access the file yourself.
May ’24