dimsuz
06/28/2021, 2:52 PMSqliteOpenHelper
stuff so it shouldn't be specific to sqldelight, but then I got pointed to some special handling made by Room in this regard: RoomDatabase.enableMultiInstanceInvalidation()
. This has a side-effect of working correctly without "database is locked" exceptions.
Is there anything like this in SqlDelight?