It is best practice to store big blobs of data (such as images) on the filesystem. An interface to add CKAssets to records would be desirable.
Since the CKSRecordContext is holding all records, the user could manually attach CKAssets to records before calling save() on it. Maybe even an automated option might be possible (e.g. if there is a file path stored in an attribute, a CKAsset could be created)?
It is best practice to store big blobs of data (such as images) on the filesystem. An interface to add CKAssets to records would be desirable.
Since the CKSRecordContext is holding all records, the user could manually attach CKAssets to records before calling save() on it. Maybe even an automated option might be possible (e.g. if there is a file path stored in an attribute, a CKAsset could be created)?