In 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. Active 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 wrapper class implements accessor methods or properties for each column in the table or view.

Features

  • Clean up Core Data related code
  • Allow for clear, simple, one-line fetches
  • Allow the modification of the NSFetchRequest when request optimizations are needed
  • Each call instantiates one of each piece of the Core Data stack
  • A variety of simple class methods are provided to help you create new contexts
  • MagicalRecord provides a simple class method to retrieve a default NSManagedObjectContext that can be used throughout your app

Project Samples

Project Activity

See All Activity >

Categories

Database, Search

License

MIT License

Follow MagicalRecord

MagicalRecord Web Site

Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects Icon
$300 Free Credits for Your Google Cloud Projects

Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of MagicalRecord!

Additional Project Details

Operating Systems

Apple iPhone

Programming Language

Objective C

Related Categories

Objective C Database Software, Objective C Search Software

Registered

2021-05-26