All Projects → jessesquires → Jsqcoredatakit

jessesquires / Jsqcoredatakit

Licence: mit
A swifter Core Data stack

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Jsqcoredatakit

core-data-model-description
Declarative way to describe a Core Data model in code.
Stars: ✭ 60 (-89.07%)
Mutual labels:  coredata
NYTimes-iOS
🗽 NY Times is an Minimal News 🗞 iOS app 📱 built to describe the use of SwiftSoup and CoreData with SwiftUI🔥
Stars: ✭ 152 (-72.31%)
Mutual labels:  coredata
Habit-Calendar
A simple habit tracking iOS app
Stars: ✭ 33 (-93.99%)
Mutual labels:  coredata
PizzaDelivery
Pizza Delivery is an open source sample app with robust and professional features. This is a fully realized built entirely in Swift.
Stars: ✭ 20 (-96.36%)
Mutual labels:  coredata
iOS-Shared-CoreData-Storage-for-App-Groups
iOS Shared CoreData Storage for App Groups
Stars: ✭ 48 (-91.26%)
Mutual labels:  coredata
MGCleanArchitecture
Clean Architecture with RxSwift & MVVM - Templates and Solutions
Stars: ✭ 156 (-71.58%)
Mutual labels:  coredata
SLazeKit
SLazeKit is a framework providing models mapper and CoreData serializer for RESTful resources.
Stars: ✭ 23 (-95.81%)
Mutual labels:  coredata
Cleanarchitecturerxswift
Example of Clean Architecture of iOS app using RxSwift
Stars: ✭ 3,256 (+493.08%)
Mutual labels:  coredata
Listr
A listing app written in Swift for iOS.
Stars: ✭ 15 (-97.27%)
Mutual labels:  coredata
SwiftUICoreData
SwiftUI Integration With CoreData FetchedRequest property wrapper
Stars: ✭ 16 (-97.09%)
Mutual labels:  coredata
UITableView-Examples
UITableView の設置例まとめ for Objective-C
Stars: ✭ 13 (-97.63%)
Mutual labels:  coredata
Project01-C-User-Event-Collector
💜🎷 네이버 VIBE 사용자 이벤트 수집기 🎷💜
Stars: ✭ 21 (-96.17%)
Mutual labels:  coredata
Sworm
CoreData based Swift ORM
Stars: ✭ 70 (-87.25%)
Mutual labels:  coredata
Stack
A Type-Safe, Thread-Safe-ish approach to CoreData in Swift
Stars: ✭ 47 (-91.44%)
Mutual labels:  coredata
Corestore
Unleashing the real power of Core Data with the elegance and safety of Swift
Stars: ✭ 3,254 (+492.71%)
Mutual labels:  coredata
Taskey
🚀 It Makes easy to track your task 🔥 Beautiful & Animated UI👨🏻‍💻 . Contributions are always welcome 🤗
Stars: ✭ 34 (-93.81%)
Mutual labels:  coredata
Uber
iOS Ride-Sharing App written in Swift 4 Using Map Kit and Core Data
Stars: ✭ 30 (-94.54%)
Mutual labels:  coredata
Groot
From JSON to Core Data and back.
Stars: ✭ 533 (-2.91%)
Mutual labels:  coredata
Synckit
Automatic CloudKit synchronization
Stars: ✭ 280 (-49%)
Mutual labels:  coredata
CoreDataMigrationRevised-Example
An example project showing how to implement progressive Core Data migrations
Stars: ✭ 54 (-90.16%)
Mutual labels:  coredata

JSQCoreDataKit CI

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
  • Make Core Data more Swifty
  • Simplify the processes of standing up the Core Data stack
  • Aid in testing your Core Data models
  • Reduce the boilerplate involved with Core Data

Further reading on Core Data:

Requirements

  • Xcode 12.0+
  • Swift 5.3+
  • iOS 11.0+
  • macOS 10.12+
  • tvOS 11.0+
  • watchOS 4.0+
  • SwiftLint

Installation

CocoaPods

pod 'JSQCoreDataKit', '~> 9.0.0'

# develop branch
pod 'JSQCoreDataKit', :git => 'https://github.com/jessesquires/JSQCoreDataKit.git', :branch => 'develop'

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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].