Core Data

Core Data

Apple
IndexedDB

IndexedDB

Mozilla
+
+

Related Products

  • Ditto
    2 Ratings
    Visit Website
  • Google Cloud Platform
    60,421 Ratings
    Visit Website
  • Bitrise
    385 Ratings
    Visit Website
  • Google Chrome Enterprise
    1,998 Ratings
    Visit Website
  • Google Cloud BigQuery
    1,867 Ratings
    Visit Website
  • DbVisualizer
    523 Ratings
    Visit Website
  • Jobma
    264 Ratings
    Visit Website
  • Epicor Kinetic
    509 Ratings
    Visit Website
  • Jasper PIM
    29 Ratings
    Visit Website
  • MeridianLink Opening
    18 Ratings
    Visit Website

About

Use Core Data to save your application’s permanent data for offline use, to cache temporary data, and to add undo functionality to your app on a single device. To sync data across multiple devices in a single iCloud account, Core Data automatically mirrors your schema to a CloudKit container. Through Core Data’s Data model editor, you define your data’s types and relationships, and generate respective class definitions. Core Data can then manage object instances at runtime to provide several features. Core Data abstracts the details of mapping your objects to a store, making it easy to save data from Swift and Objective-C without administering a database directly. Core Data’s undo manager tracks changes and can roll them back individually, in groups, or all at once, making it easy to add undo and redo support to your app. Perform potentially UI-blocking data tasks, like parsing JSON into objects, in the background.

About

​IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searches of this data. While web storage is useful for storing smaller amounts of data, it is less useful for storing larger amounts of structured data. IndexedDB provides a solution. IndexedDB is a transactional database system, like an SQL-based Relational Database Management System (RDBMS). However, unlike SQL-based RDBMSes, which use fixed-column tables, IndexedDB is a JavaScript-based object-oriented database. IndexedDB lets you store and retrieve objects that are indexed with a key; any objects supported by the structured clone algorithm can be stored. You need to specify the database schema, open a connection to your database, and then retrieve and update data within a series of transactions. Like most web storage solutions, IndexedDB follows the same-origin policy.

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Audience

Platform developers needing a tool to persist or cache data on a single device

Audience

Professional developers in need of a tool to build offline-capable web applications

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

API

Offers API

API

Offers API

Screenshots and Videos

Screenshots and Videos

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Company Information

Apple
Founded: 1976
United States
developer.apple.com/documentation/coredata

Company Information

Mozilla
Founded: 2005
United States
developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API

Alternatives

CloudKit

CloudKit

Apple

Alternatives

Core Data

Core Data

Apple
Liquid Studio

Liquid Studio

Liquid Technologies
IndexedDB

IndexedDB

Mozilla
Realm

Realm

Realm DB
Realm

Realm

Realm DB
LiteRT

LiteRT

Google
Perst

Perst

McObject

Categories

Categories

Integrations

CloudKit
Dexie
JSON
JavaScript
Objective-C
Swift
iCloud

Integrations

CloudKit
Dexie
JSON
JavaScript
Objective-C
Swift
iCloud
Claim Core Data and update features and information
Claim Core Data and update features and information
Claim IndexedDB and update features and information
Claim IndexedDB and update features and information