Does anyone know of a good library or tutorial for...
# compose-desktop
v
Does anyone know of a good library or tutorial for saving data in storage using compose desktop?
a
What kind of storage? A database?
v
Yeah that would do.
a
SqlDelight maybe will work for you? You can check some basics in the TodoApp example app.
a
What does data storage have to do with an UI framework?
v
I have no idea, this whole compose way of thinking is new to me. Plus sometimes frameworks have certain libraries that play nicer than others.
a
what if i need a simple key-value to store ? datastore alternative or datastore is supported in compose desktop ?
a
d
how to use multiplatform-settings with jvm target so that you store data on local drive but not in memory ?
a
d
ok I will give it a try, thanks
r
Happy to help if it's not clear from the example. But it'd be better to follow up in a new thread (maybe in #multiplatform) so that the conversation doesn't spam notifications to everyone else in this year-old thread.