Get the latest tech news

SQLiteData: A fast, lightweight replacement for SwiftData using SQL and CloudKit


A fast, lightweight replacement for SwiftData, powered by SQL. - pointfreeco/sqlite-data

This library was motivated and designed over the course of many episodes on Point-Free, a video series exploring advanced programming topics in the Swift language, hosted by Brandon Williams and Stephen Celis. SQLiteData leverages high-performance decoding from StructuredQueries to turn fetched data into your Swift domain types, and has a performance profile similar to invoking SQLite's C APIs directly. SyncUps This application is a faithful reconstruction of one of Apple's more interesting sample projects, called Scrumdinger, and uses SQLite to persist the data for meetings.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of SQL

SQL

Photo of SQLiteData

SQLiteData

Photo of CloudKit

CloudKit

Related news:

News photo

SQL performance improvements: finding the right queries to fix

News photo

Adding OR logic forced us to confront why users preferred raw SQL

News photo

Just because you can render a Doom-like in SQL doesn't mean you should