Does SqlDelight support having multiple Database i...
# squarelibraries
d
Does SqlDelight support having multiple Database instances opened from different processes? I got asked this question and answered that it's
SqliteOpenHelper
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?