is there any cross-platform library to store SQL d...
# compose
m
is there any cross-platform library to store SQL data for the application? (as in android+desktop)
j
SQL Delight works great in my opinion
1
m
I don't see where SQL delight stores it; I'm assuming in app data on android, but what about desktop?
j
Wherever you want
User home dir is popular
In a folder
If the OS has an app dir
The library doesn't care
d
I usually store it at $USER_HOME/.<app>/data/appdata.db
j
Relm library
d
Yes, but Realm is a Mongodb library!
j
Is that a bad thing?
g
Realm doesn't store SQL data, so it's not relevant to the question
🙌 1
j
@gildor ahh true. sorry i forgot that detail