SQLiteData - SwiftData का तेज़ और हल्का विकल्प, SQL आधारित और CloudKit sync सपोर्ट के साथ
(github.com/pointfreeco)- SwiftData जैसी declarative data modeling प्रदान करने के साथ, SQLite और CloudKit sync को सीधे सपोर्ट करने वाली एक हल्की data layer
- GRDB और StructuredQueries पर आधारित, ताकि SQL performance का अधिकतम उपयोग हो सके, साथ ही Swift-friendly API दे; और यह SwiftData से अधिक शक्तिशाली है
- UIKit, SwiftUI,
@Observablemodel—सभी में उपयोग किया जा सकता है @Table,@FetchAll,@FetchOneआदि के जरिए, SwiftData के@Model,@Queryजैसे तरीके से reactive data binding प्रदान करता हैSyncEngineको configure करने पर local SQLite database को CloudKit और iCloud sharing के साथ अपने-आप sync किया जा सकता है- CloudKit Sharing के जरिए अन्य iCloud users के साथ data sharing भी संभव
- query लिखने के लिए type-safe API और
#sqlmacro का उपयोग करने वाली safe SQL string—दोनों तरीकों का समर्थन - MIT license
अभी कोई टिप्पणी नहीं है.