Join Slack
Powered by
Which database is recommend to use in a compose-de...
# compose-desktop
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.
Thomas
05/28/2022, 12:30 PM
To get the JDBC database driver working I used the example here:
https://github.com/JakeWharton/dodo/blob/e64a6d12afcadba674a726cce37a1dd20414bf06/src/main/kotlin/com/jakewharton/dodo/db.kt
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
1396
Views
Open in Slack
Previous
Next