A swifter Core Data stack
Last updated Jul 6, 2026
616
Stars
66
Forks
16
Issues
+1
Stars/day
Attention Score
83
Language breakdown
Swift 92.7%
Ruby 4.8%
Shell 2.1%
Objective-C 0.4%
โธ Files
click to expand
README
JSQCoreDataKit 
A swifter Core Data stack
About
This library aims to do the following:
- Encode Core Data best practices, so you don't have to think "is this correct?" or "is this the right way to do this?"
- Provide better interoperability with Swift
- Harness Swift features and enforce Swift paradigms
- Bring functional paradigms to Core Data
- Simplify the processes of standing up the Core Data stack
- Aid in testing your Core Data models
- Reduce the boilerplate involved with Core Data
Requirements
Tooling
- Xcode 15.0+
- Swift 5.9+
- SwiftLint
Platforms
- iOS 11.0+
- macOS 10.12+
- tvOS 11.0+
- watchOS 4.0+
Installation
CocoaPods
ruby
pod 'JSQCoreDataKit', '~> 9.0.0'</code></pre>
Swift Package Manager
Add JSQCoreDataKit to the dependencies value of your Package.swift.
dependencies: [
.package(url: "https://github.com/jessesquires/JSQCoreDataKit.git", from: "9.0.0")
]
Alternatively, you can add the package directly via Xcode.
Documentation
You can read the documentation here. Generated with jazzy. Hosted by GitHub Pages.
Additional Resources
- Core Data Programming Guide
- Core Data Core Competencies Guide
- objc.io issue #4 on Core Data
- Concurrent Core Data Stacks โ Performance Shootout
- Backstage with Nested Managed Object Contexts
Contributing
Interested in making contributions to this project? Please review the guides below.
Also, consider sponsoring this project or buying my apps! โ๏ธ
Credits
Created and maintained by @jesse_squires.
License
Released under the MIT License. See LICENSE for details.
Copyright © 2015-present Jesse Squires.
๐ More in this category