Replies: 1 comment 6 replies
-
We do currently have SkipSQL for low-level access to SQLite databases, along with some sample apps like DataBake that demonstrates how the library can be used in an app. We don't currently have any higher-level ORM solution. We are considering the best approach. Porting all of Core Data is unlikely for various reasons (such as assumption of an Objective-C environment), but implementing SwiftData has been considered, or else a third party solution like GRDB.swift. Those Android libraries you mention are also good suggestions as well – Room is clearly popular, and has many nice features. We would be interested in hearing the feedback and insights of the community into what features and levels of abstraction they would like to see. Every ORM is a series of trade-offs, as the Skip development teams is acutely aware: we created the original OpenJPA project ages ago. So please do use this thread to let us know what you would like, and what you would not like, to see in any dual-platform ORM solution we might eventually bring to Skip. |
Beta Was this translation helpful? Give feedback.
-
Using something like this on Kotlin side:
Beta Was this translation helpful? Give feedback.
All reactions