{"id":953,"url":"https://github.com/jessesquires/JSQCoreDataKit","last_synced_at":"2025-08-06T13:31:59.289Z","repository":{"id":28888878,"uuid":"32413532","full_name":"jessesquires/JSQCoreDataKit","owner":"jessesquires","description":"A swifter Core Data stack","archived":false,"fork":false,"pushed_at":"2025-07-28T13:34:25.000Z","size":1238,"stargazers_count":616,"open_issues_count":18,"forks_count":68,"subscribers_count":30,"default_branch":"main","last_synced_at":"2025-08-01T22:03:56.934Z","etag":null,"topics":["core-data","coredata","ios","swift"],"latest_commit_sha":null,"homepage":"https://jessesquires.github.io/JSQCoreDataKit/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jessesquires.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"jessesquires","liberapay":"jsq","custom":["paypal.me/jessesquires","cash.app/$jsq","venmo.com/u/jsq1312"]}},"created_at":"2015-03-17T18:53:01.000Z","updated_at":"2025-07-09T10:52:58.000Z","dependencies_parsed_at":"2023-02-12T18:15:15.729Z","dependency_job_id":"9731f8d1-a404-4648-9c4b-abb3a68284d4","html_url":"https://github.com/jessesquires/JSQCoreDataKit","commit_stats":{"total_commits":570,"total_committers":17,"mean_commits":"33.529411764705884","dds":0.5649122807017544,"last_synced_commit":"8574824e1c5e6e5fcbf5b7e71a96b8134554d4f1"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/jessesquires/JSQCoreDataKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQCoreDataKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQCoreDataKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQCoreDataKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQCoreDataKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessesquires","download_url":"https://codeload.github.com/jessesquires/JSQCoreDataKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQCoreDataKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268316919,"owners_count":24231241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["core-data","coredata","ios","swift"],"created_at":"2024-01-05T20:15:35.441Z","updated_at":"2025-08-06T13:31:58.907Z","avatar_url":"https://github.com/jessesquires.png","language":"Swift","funding_links":["https://github.com/sponsors/jessesquires","https://liberapay.com/jsq","paypal.me/jessesquires","cash.app/$jsq","venmo.com/u/jsq1312"],"categories":["Core Data","Libs","\u003ca name=\"for-projects\"\u003e\u003c/a\u003e For Projects","Data Management [🔝](#readme)"],"sub_categories":["Linter","Data Management","Other free courses","\u003ca name=\"for-projects-example-projects\"\u003e\u003c/a\u003e Example Projects"],"readme":"# JSQCoreDataKit [![CI](https://github.com/jessesquires/JSQCoreDataKit/workflows/CI/badge.svg)](https://github.com/jessesquires/JSQCoreDataKit/actions)\n\n*A swifter Core Data stack*\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fjessesquires%2FJSQCoreDataKit%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/jessesquires/JSQCoreDataKit) \u003cbr\u003e [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fjessesquires%2FJSQCoreDataKit%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/jessesquires/JSQCoreDataKit)\n\n## About\n\nThis library aims to do the following:\n\n* Encode Core Data best practices, so you don't have to think \"is this correct?\" or \"is this the right way to do this?\"\n* Provide better interoperability with Swift\n* Harness Swift features and enforce Swift paradigms\n* Bring functional paradigms to Core Data\n* Make Core Data more *Swifty*\n* Simplify the processes of standing up the Core Data stack\n* Aid in testing your Core Data models\n* Reduce the boilerplate involved with Core Data\n\n## Requirements\n\n#### Tooling\n\n* Xcode 15.0+\n* Swift 5.9+\n* [SwiftLint](https://github.com/realm/SwiftLint)\n\n#### Platforms\n\n* iOS 11.0+\n* macOS 10.12+\n* tvOS 11.0+\n* watchOS 4.0+\n\n## Installation\n\n### [CocoaPods](http://cocoapods.org)\n\n````ruby\npod 'JSQCoreDataKit', '~\u003e 9.0.0'\n````\n\n### [Swift Package Manager](https://swift.org/package-manager/)\n\nAdd `JSQCoreDataKit` to the `dependencies` value of your `Package.swift`.\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/jessesquires/JSQCoreDataKit.git\", from: \"9.0.0\")\n]\n```\n\nAlternatively, you can add the package [directly via Xcode](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app).\n\n## Documentation\n\nYou can read the [documentation here](https://jessesquires.github.io/JSQCoreDataKit). Generated with [jazzy](https://github.com/realm/jazzy). Hosted by [GitHub Pages](https://pages.github.com).\n\n## Additional Resources\n\n* [Core Data Programming Guide](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html)\n* [Core Data Core Competencies Guide](https://developer.apple.com/library/ios/documentation/DataManagement/Devpedia-CoreData/coreDataStack.html#//apple_ref/doc/uid/TP40010398-CH25-SW1)\n* [objc.io issue #4 on Core Data](https://www.objc.io/issue-4/)\n* [Concurrent Core Data Stacks – Performance Shootout](http://floriankugler.com/2013/04/29/concurrent-core-data-stack-performance-shootout/)\n* [Backstage with Nested Managed Object Contexts](http://floriankugler.com/2013/05/13/backstage-with-nested-managed-object-contexts/)\n\n## Contributing\n\nInterested in making contributions to this project? Please review the guides below.\n\n- [Contributing Guidelines](https://github.com/jessesquires/.github/blob/master/CONTRIBUTING.md)\n- [Code of Conduct](https://github.com/jessesquires/.github/blob/master/CODE_OF_CONDUCT.md)\n- [Support and Help](https://github.com/jessesquires/.github/blob/master/SUPPORT.md)\n- [Security Policy](https://github.com/jessesquires/.github/blob/master/SECURITY.md)\n\nAlso, consider [sponsoring this project](https://www.jessesquires.com/sponsor/) or [buying my apps](https://www.hexedbits.com)! ✌️\n\n## Credits\n\nCreated and maintained by [**@jesse_squires**](https://twitter.com/jesse_squires).\n\n## License\n\nReleased under the MIT License. See `LICENSE` for details.\n\n\u003e **Copyright \u0026copy; 2015-present Jesse Squires.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessesquires%2FJSQCoreDataKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessesquires%2FJSQCoreDataKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessesquires%2FJSQCoreDataKit/lists"}