1.6.0
of the PowerSync Kotlin SDK, both SQLDelight and Room are officially supported on all
platforms!
We’ve recently added support for these libraries. We’re still seeking feedback on developer experience
and don’t have complete examples for them yet.Contributions and feedback are welcome!
Join our Discord community to share your experience and get help.
1.6.0
of the PowerSync Kotlin SDK, both Room and SQLDelight are officially supported on all
platforms!
If you’re not sure which library to use, consider that Room requires raw tables and is more complex to set up, so:
- SQLDelight is easier to use if you’re starting with an existing PowerSync database.
- We mainly recommend the Room integration if you have an existing Room database you want to add sync to.