https://kotlinlang.org logo
Title
l

Luis Alonso Ato Neyra

05/27/2022, 7:52 PM
Which database is recommend to use in a compose-desktop proy?
a

Adam Brown

05/28/2022, 5:12 AM
I think SqlDelight can be used in multiplatform now: https://cashapp.github.io/sqldelight/multiplatform_sqlite/
t

Thomas

05/28/2022, 12:29 PM
Yes, I am using SQLDelight in production on Windows and it’s working great.
d

Dragos Rachieru

05/28/2022, 4:29 PM
I use Exposed https://github.com/JetBrains/Exposed But it works only on jvm, so it's good for desktop apps