Malik HasanUsing a Pre-Packaged SQLite database in Kotlin Compose MultiplatformPre-populate a database from an asset using SQLDelight in a multiplatform project for Android, iOS, and JVM desktop.Aug 11
Michal AnkiersztajnSQLDelight — KMP (Kotlin Multiplatform) ExplainedKotlin Multiplatform has a new fantastic library SQLDelight, which generates typesafe Kotlin API for your queries and entitiesJan 21
Volodymyr TarasovKMP: Server ImplementationIn this article, I want to share my experience of implementing a server in a Kotlin Multiplatform Project (KMP). In my demo project, I…Jun 18Jun 18
Hunter FreasSQLDelight Setup — A Local Database for KMP Compose (iOS & Android)With KMP Compose being released, Room is not available for our multiplatform projects. In this article, I’ll show you how to set up…Feb 11Feb 11
Volodymyr TarasovSQLDelight in Kotlin Multiplatform: Steps to ImplementationIn the development of multiplatform applications, managing local databases is one of the complex tasks. Developers often separate this part…Jun 21Jun 21
Malik HasanUsing a Pre-Packaged SQLite database in Kotlin Compose MultiplatformPre-populate a database from an asset using SQLDelight in a multiplatform project for Android, iOS, and JVM desktop.Aug 11
Michal AnkiersztajnSQLDelight — KMP (Kotlin Multiplatform) ExplainedKotlin Multiplatform has a new fantastic library SQLDelight, which generates typesafe Kotlin API for your queries and entitiesJan 21
Volodymyr TarasovKMP: Server ImplementationIn this article, I want to share my experience of implementing a server in a Kotlin Multiplatform Project (KMP). In my demo project, I…Jun 18
Hunter FreasSQLDelight Setup — A Local Database for KMP Compose (iOS & Android)With KMP Compose being released, Room is not available for our multiplatform projects. In this article, I’ll show you how to set up…Feb 11
Volodymyr TarasovSQLDelight in Kotlin Multiplatform: Steps to ImplementationIn the development of multiplatform applications, managing local databases is one of the complex tasks. Developers often separate this part…Jun 21
Meyta TalitiAndroid — 🍔 SQLDelight, why and how?If Room provides an abstraction layer over SQLite, SQLDelight takes it a step further. In a Kotlin multi-platform world, the aim is to…Feb 91
Himanshu SharmaSQLDelight Async Transactions— KMMIn SQLDelight we can’t use suspended functions inside transaction. By default SQLDelight generates synchronous code. Which means code…May 191
InStackademicbyKerry BissetAdvanced Features in SQL Delight: Foreign Keys and Multi-Table UpdatesHow can we effectively handle the complexities of database architecture in SQL Delight for Kotlin applications? This question is often…Feb 5