{"id":944,"url":"https://github.com/magicalpanda/MagicalRecord","last_synced_at":"2025-07-30T19:33:11.173Z","repository":{"id":993180,"uuid":"801795","full_name":"magicalpanda/MagicalRecord","owner":"magicalpanda","description":"Super Awesome Easy Fetching for Core Data!","archived":false,"fork":false,"pushed_at":"2021-04-27T16:21:19.000Z","size":8165,"stargazers_count":10791,"open_issues_count":241,"forks_count":1788,"subscribers_count":390,"default_branch":"master","last_synced_at":"2024-12-03T02:03:13.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magicalpanda.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-07-27T23:58:18.000Z","updated_at":"2024-12-02T08:40:15.000Z","dependencies_parsed_at":"2022-08-16T11:45:20.248Z","dependency_job_id":null,"html_url":"https://github.com/magicalpanda/MagicalRecord","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicalpanda%2FMagicalRecord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicalpanda%2FMagicalRecord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicalpanda%2FMagicalRecord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicalpanda%2FMagicalRecord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magicalpanda","download_url":"https://codeload.github.com/magicalpanda/MagicalRecord/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228179043,"owners_count":17881127,"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","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":[],"created_at":"2024-01-05T20:15:35.185Z","updated_at":"2024-12-04T19:32:27.240Z","avatar_url":"https://github.com/magicalpanda.png","language":"Objective-C","readme":"# ![Awesome](https://github.com/magicalpanda/magicalpanda.github.com/blob/master/images/awesome_logo_small.png?raw=true) MagicalRecord\n\n[![Circle CI](https://circleci.com/gh/magicalpanda/MagicalRecord/tree/develop.svg?style=svg)](https://circleci.com/gh/magicalpanda/MagicalRecord/tree/develop)\n\nIn software engineering, the active record pattern is a design pattern found in software that stores its data in relational databases. It was named by Martin Fowler in his book Patterns of Enterprise Application Architecture. The interface to such an object would include functions such as Insert, Update, and Delete, plus properties that correspond more-or-less directly to the columns in the underlying database table.\n\n\u003e\tActive record is an approach to accessing data in a database. A database table or view is wrapped into a class; thus an object instance is tied to a single row in the table. After creation of an object, a new row is added to the table upon save. Any object loaded gets its information from the database; when an object is updated, the corresponding row in the table is also updated. The\twrapper class implements accessor methods or properties for each column in the table or view.\n\n\u003e\t*- [Wikipedia](https://en.wikipedia.org/wiki/Active_record_pattern)*\n\nMagicalRecord was inspired by the ease of Ruby on Rails' Active Record fetching. The goals of this code are:\n\n* Clean up my Core Data related code\n* Allow for clear, simple, one-line fetches\n* Still allow the modification of the NSFetchRequest when request optimizations are needed\n\n## Status of the project\n\nThis project's activity has stopped, superseded by Core Data itself. Our latest versions available are:\n\n- MagicalRecord 2.4.0, a stable version, available from tag '2.4.0' or `pod 'MagicalRecord', :git =\u003e 'https://github.com/magicalpanda/MagicalRecord'`.\n- MagicalRecord 3.0.0, an experimental version, available in two flavors, one is branch `release/3.0` and the other is branch `maintenance/3.0`.\n\n## Documentation\n\n- [Installation](Docs/Installing-MagicalRecord.md)\n- [Getting Started](Docs/Getting-Started.md)\n- [Working with Managed Object Contexts](Docs/Working-with-Managed-Object-Contexts.md)\n- [Creating Entities](Docs/Creating-Entities.md)\n- [Deleting Entities](Docs/Deleting-Entities.md)\n- [Fetching Entities](Docs/Fetching-Entities.md)\n- [Saving Entities](Docs/Saving-Entities.md)\n- [Importing Data](Docs/Importing-Data.md)\n- [Logging](Docs/Logging.md)\n* [Other Resources](Docs/Other-Resources.md)\n\n## Support\n\nThis project's activity has stopped. MagicalRecord is provided as-is, free of charge. For support, you have a few choices:\n\n- Ask your support question on [Stack Overflow](https://stackoverflow.com), and tag your question with **MagicalRecord**.\n- If you believe you have found a bug in MagicalRecord, please submit a support ticket on the [GitHub Issues page for MagicalRecord](https://github.com/magicalpanda/magicalrecord/issues) or a pull request. Please do **NOT** ask general questions on the issue tracker. Support questions will be closed unanswered.\n- For more personal or immediate support, [MagicalPanda](http://magicalpanda.com/) is available for hire to consult on your project.\n","funding_links":[],"categories":["Core Data","awesome-ios ##","Objective-C","HarmonyOS","IOS 或 OSX","Objective-C  Stars 1000以内排名整理","etc","OOM-Leaks-Crash","9. 其他与展望","Uncategorized","**Index**"],"sub_categories":["Linter","Windows Manager","Other free courses","Data Persistence","5. 参考材料","Uncategorized","First, the gold standard libraries. The essentials --- You **NEED** to know about these !! You're likely to include a few of these in your own iOS projects"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicalpanda%2FMagicalRecord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagicalpanda%2FMagicalRecord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicalpanda%2FMagicalRecord/lists"}