stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

iCloud synchronization support #1213

Closed suwenclub closed 1 year ago

suwenclub commented 1 year ago

Is there any plan to support convenient iCloud sync functionality?

nathanfallet commented 1 year ago

iCloud support is not provided, we only store data locally. If you want to synchronize with iCloud, you should do it by yourself.