CoreStore icon indicating copy to clipboard operation
CoreStore copied to clipboard

Unleashing the real power of Core Data with the elegance and safety of Swift

Results 102 CoreStore issues
Sort by recently updated
recently updated
newest added

I need to write something like this, but Xcode doesn't want to compile it let info = try trx.fetchOne(From< Token >().where(\.$symbo**l.lowercased()** == symbol))

HI @JohnEstropia i would like to ask about lightweight migration in `CoreStore` i watch at WWDC video https://developer.apple.com/videos/play/wwdc2022/10120/ that we can do lightweight migration without creating new model version. Does...

question

Hallo @JohnEstropia I'am trying this library that seems great, i want to ask about how add / update unique object for example i have 2 object `FlightBookingInfo` has one `FlightBookingDetail`,...

Hello, and thanks for the great library I want to perform an associated query on multiple tables based on the same field (such as ID) in multiple tables. How do...

Hey John! I am facing an issue debugging on an iOS 16.6.1 test device using Xcode 15.3, CoreStore 9.2. An assertion failure is sometimes happening with updates to ListState that...

Hello, I'm testing your solution in my app. Everything looks really good and can be very helpful for me. However, I'm encountering issues with the loading of the data. I'm...

Error when updating to xcode 15, I use the CoreStore lib in version 7.3.1 with Xcode 14.3 in my project, when I upgrade the version to xcode 15 in debug...

Hi, I was using CoreStore (5.0.0) till now on Xcode 14.x with iOS minimum version - 11.0, and it was working fine. Then, I migrated to Xcode 15.2, iOS minimum...

I create a project, pure SwiftUI project, when I use pod 'CoreStore', '~> 9.2.0' to install CoreStore when I build and run app, errors occurs: PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks...

Does CoreStore require a Privacy Manifest? Reference: [Apple docs privacy manifest files](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api) > Important > > If you upload an app to App Store Connect that uses required reason API...