hello, I've been following this tutorial to migrat...
# multiplatform
j
hello, I've been following this tutorial to migrate my Android app to KMM https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-ktor-sqldelight.html. It doesn't seem to cover how to modify an object in the database. I also checked the SQLDelight documentation and I couldn't find anything about modifying objects there. How are you supposed to modify objects?
h
j
thanks, I'll take a look
m
The key is to add some new SQL statements with
INSERT OR REPLACE
or
UPDATE
.