Relative Content

Tag Archive for swiftcore-dataswiftdata

Read SwiftData store metadata using Core Data

I need to access store metadata, like version identifiers (NSStoreModelVersionIdentifiers). The starting point is a SwiftData stack, so I have my instance of ModelContainer and my ModelConfiguration. Is there a way to get the info I need creating Core Data objects from the SwiftData stack?