Author: Charlie C
-
How to Migrate a SQLDelight Database in Compose/KMP
It’s pretty common to need to add a new field or two in a SQL database. Doing an update is pretty simple – just follow the steps below. First, this is our example current database: Let’s say we want to add fields for a note and an attachment. The first step is to add the…