13 个仓库
Frameworks and wrappers for managing Core Data stacks.
Explore 13 awesome GitHub repositories matching part of an awesome list · Core Data Tools. Refine with filters or upvote what's useful.
MagicalRecord is a data persistence library and wrapper for Core Data that implements the Active Record pattern. It maps database rows directly to object instances, allowing for the creation, update, and retrieval of records without writing manual query logic. The project functions as a mapping layer that synchronizes object properties with a managed object context. It utilizes generic-based type resolution and model-class querying to enable data fetching directly on model classes, which removes the need for a separate external manager and reduces repetitive fetch request boilerplate. The li
Easy fetching and management for Core Data.
CoreStore 是一个类型安全的 Swift 接口和持久化包装器,用于使用 Core Data 框架管理本地数据存储和对象图。它作为一个原子持久化管理器,在事务块内执行数据更新,以确保更改要么完全保存,要么回滚以防止状态损坏。 该项目提供了一个专用框架,用于通过定义的版本链执行顺序模式迁移,以及一个类型安全的对象映射系统,用于使用 Swift 协议将外部 JSON 数据导入持久化实体。 它包括一个数据绑定层,用于通过属性包装器和读取器组件将持久化实体与 SwiftUI 视图同步。该系统还支持具有结构化过滤和排序的类型安全数据获取,以及用于监控对象和列表更改的观察工具。
Provides a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs.
Core Data code generation
Automatic code generation for Core Data models.
JSON to SwiftData and back. SwiftData Sync.
Modern synchronization between JSON and Core Data.
A synchronization framework for Core Data.
Synchronization framework for Core Data applications.
This project is a curated collection of technical questions and answers designed to assist developers in preparing for software engineering interviews within the iOS ecosystem. It serves as a structured study tool for evaluating proficiency in mobile application architecture, system design, and core programming concepts. The repository provides a comprehensive reference for essential development topics, including memory management, concurrency, design patterns, and data persistence. By covering these foundational areas, it enables users to review common industry interview subjects and test th
Offers frameworks and wrappers for managing object graph persistence within a centralized data stack.
Graph is a semantic database that is used to create data-driven applications.
Data-driven framework for managing Core Data.
A swifter Core Data stack
Simplified stack for Core Data.
An NSPredicate DSL for iOS, OSX, tvOS, & watchOS. Inspired by SnapKit and lovingly written in Swift.
NSPredicate DSL inspired by modern Swift syntax.
Super awesome Swift minion for Core Data (iOS, macOS, tvOS)
Swift wrapper for simplifying Core Data operations.
A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data. Swift flavour.
Minimalistic Active Record implementation for Core Data.
Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases, field-level deltas, encrypted values, cacheable assets, and more.
Synchronization framework for CloudKit and Core Data.
Write amazing, strong-typed and easy-to-read NSPredicate.
Strongly-typed DSL for building NSPredicates.