New Tutorial Drop: Build a KMP App with ExoQuery β the FIRST PLAIN-Kotlin SQL builder for Android and iOS!
https://github.com/ExoQuery/exoquery-sample-kmp
I just pushed a sample Kotlin Multiplatform project for Android and iOS. If youβve ever sworn at verbose SQL DSLs (or worse, hand-built strings), this repo is your fast-track to sanity:
Why this tutorial is worth your time:
π‘What you learn β π₯ Why itβs cool
Write queries with plain Kotlin (
==
,
if
,
when
) β No builders, no
eq
, no
Column<T>
π
Watch the compiler turn your code into valid SQL on the spot β Catch mistakes at compile time, not at 2 a.m. in prod
Run the same repository layer on Android & iOS simulators β First true LINQ-style querying on mobile platforms β ever. You'll actually want to move the database code to Kotlin.