The PowerSync Kotlin Multiplatform SDK is currently in a beta release. It can be used in production if you’ve tested your use cases. Current limitations: Integration with SQLDelight schema and API generation (ORM) is not yet supported. Supports only a single database file. Future work/ideas:...
SQLiter powers the SQLDelight library on native clients. SQLiter is designed to serve as a driver to power user-friendly libraries rather than something to use directly but if you ever need it, you can find it on mavenCentral: dependencies { implementation("co.touchlab:sqliter-driver:$...
Minimal sqlite for Kotlin multiplatform Subscribe! We build solutions that get teams started smoothly with Kotlin Multiplatform Mobile and ensure their success in production. Join our community to learn how your peers are adopting KMM. Sign up here! SQLiter is a SQLite driver for Kotlin Native, ...
SQLiter is a SQLite driver for Kotlin Native, currently Apple and Windows variants. SQLiter powers the SQLDelight library on native clients. SQLiter is designed to serve as a driver to power user-friendly libraries rather than something to use directly but if you ever need it, you can find...