New Tutorial Drop: Build a KMP App with ExoQuery – the FIRST PLAIN-Kotlin SQL builder for Android an...
a
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.