How to decide between JSON and CoreData?

This page summarizes the projects mentioned and recommended in the original post on /r/iOSProgramming

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. GRDB.swift

    A toolkit for SQLite databases, with a focus on application development

    Check the performance comparison page. GRDB comes with a convenient and ready-made support for Swift Codable that performs quite well. When needed, it is possible to write less convenient but optimized record types that add very little overhead to SQLite, and perform really well.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. GRDB-ORM

    🚀 GRDB ORM, generate Codable structs with maximum performance

    I created GRDB-ORM awhile ago: https://github.com/Jasperav/GRDB-ORM. If you wanna use GRDB, make sure to check out the ORM as well. You won't be able to write quicker code yourself :). Note that the setup may take an hour to figure out, but after that you will never ever touch database entities

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Bundling database with iOS app

    1 project | /r/iOSProgramming | 24 Oct 2023
  • How can I quickly parse a huge 45MB JSON file using JsonDecoder

    2 projects | /r/swift | 19 Jun 2023
  • When considering how to store data for something like a cooking recipe application, what are the disadvantages of using CoreData, when compared with other database options?

    1 project | /r/swift | 16 May 2023
  • The most amazing project documentation you saw

    2 projects | /r/swift | 12 Mar 2023
  • Struggles with Logic & CoreData

    1 project | /r/SwiftUI | 25 Feb 2023

Did you know that Swift is
the 15th most popular programming language
based on number of references?