Hi, is there any ORM at all that supports kotlin multiplatform?
I've looked around and all the ones I found are either years out of date, JVM-only, or both.
j
jw
10/25/2023, 5:55 PM
If you're not married to the R in ORM then SQLDelight is pretty great
➕ 4
t
TheOnlyTails
10/25/2023, 6:13 PM
at this point, my only requirement is that it supports postgres, and sqldelight falls there
j
jw
10/25/2023, 6:15 PM
What is missing for you? Native for windows? Some other platform?
t
TheOnlyTails
10/25/2023, 6:32 PM
I'm building a web server in Ktor that's meant to be run locally on each users computer (this is gonna be used often in places with no internet access), and I wanted to see if I could use Kotlin MMP for it
I know i could use Kotlin/JVM, but shipping native versions of executables seemed better