1 Repo
Mechanisms for automatically persisting remote resource data into local database entities.
Distinct from Automatic Persistence: Specifically targets the persistence of data originating from remote web resources for offline use, distinct from generic navigation property persistence.
Explore 1 awesome GitHub repository matching data & databases · Remote Entity Persistence. Refine with filters or upvote what's useful.
RestKit is an iOS REST API integration framework used to connect Apple platform applications to web services. It centers on RESTful resource modeling, transforming remote API data structures into typed local objects and database entities. The framework provides capabilities for remote data persistence by caching web service resources in a local database to enable offline access. It also handles network data serialization, using pluggable parsers to convert JSON or XML responses into application data models. Additional functionality includes multipart file uploading for sending binary data an
Synchronizes remote resource attributes and relationships with a local managed database for offline data availability.