13 repository-uri
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 este o interfață Swift type-safe și un wrapper de persistență pentru gestionarea stocării locale de date și a grafurilor de obiecte folosind framework-ul Core Data. Acesta funcționează ca un manager de persistență atomică care execută actualizările de date în blocuri tranzacționale pentru a se asigura că modificările sunt fie salvate complet, fie anulate (rollback) pentru a preveni coruperea stării. Proiectul oferă un framework dedicat pentru efectuarea migrațiilor de schemă secvențiale prin lanțuri de versiuni definite și un sistem de mapare a obiectelor type-safe pentru importul datelor JSON externe în entități persistente folosind protocoale Swift. Include un strat de data binding pentru sincronizarea entităților persistente cu view-urile SwiftUI prin property wrappers și componente de citire. Sistemul suportă, de asemenea, preluarea datelor type-safe cu filtrare și sortare structurată, precum și instrumente de observare pentru a monitoriza modificările aduse obiectelor și listelor.
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.