awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rentzsch avatar

rentzsch/mogenerator

0
View on GitHub↗
3,020 stars·387 forks·Objective-C·MIT·10 viewsrentzsch.github.com/mogenerator↗

Mogenerator

Core Data code generation

Features

  • Core Data Tools - Automatic code generation for Core Data models.
  • Core Data Utilities - Tool for automatic Core Data code generation.

Star history

Star history chart for rentzsch/mogeneratorStar history chart for rentzsch/mogenerator

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does rentzsch/mogenerator do?

Core Data code generation

What are the main features of rentzsch/mogenerator?

The main features of rentzsch/mogenerator are: Core Data Tools, Core Data Utilities.

Which projects share features with rentzsch/mogenerator?

Projects with overlapping indexed features include: magicalpanda/magicalrecord — MagicalRecord is a data persistence library and wrapper for Core Data that implements the Active Record pattern. It… johnestropia/corestore — CoreStore is a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs… drewmccormack/ensembles — A synchronization framework for Core Data. onthecodepath/ios-interview-questions — This project is a curated collection of technical questions and answers designed to assist developers in preparing for… deeje/cloudcore — Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases,… andreadelfante/predicateflow — Write amazing, strong-typed and easy-to-read NSPredicate.

Projects sharing features with Mogenerator

These projects share indexed features with Mogenerator. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • johnestropia/corestoreJohnEstropia avatar

    JohnEstropia/CoreStore

    4,055View on GitHub↗

    CoreStore is a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs using the Core Data framework. It functions as an atomic persistence manager that executes data updates within transactional blocks to ensure changes are either fully saved or rolled back to prevent state corruption. The project provides a dedicated framework for performing sequential schema migrations through defined version chains and a type-safe object mapping system for importing external JSON data into persistent entities using Swift protocols. It includes a data binding la

    Swiftcarthagecocoapodscore-data
    View on GitHub↗4,055
  • magicalpanda/magicalrecordmagicalpanda avatar

    magicalpanda/MagicalRecord

    10,713View on GitHub↗

    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

    Objective-C
    View on GitHub↗10,713
  • drewmccormack/ensemblesdrewmccormack avatar

    drewmccormack/ensembles

    1,630View on GitHub↗

    A synchronization framework for Core Data.

    Objective-C
    View on GitHub↗1,630
  • onthecodepath/ios-interview-questionsonthecodepath avatar

    onthecodepath/iOS-Interview-Questions

    987View on GitHub↗

    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

    interview-practiceinterview-questionsios
    View on GitHub↗987
  • Compare all 21 related projects→