androidx.room3.support


Extension functions summary

SupportSQLiteDatabase

Gets a new SupportSQLiteDatabase implementation that is backed by a RoomDatabase for compatibility with existing usages of SupportSQLiteDatabase.

Extension functions

getSupportWrapper

fun RoomDatabase.getSupportWrapper(): SupportSQLiteDatabase

Gets a new SupportSQLiteDatabase implementation that is backed by a RoomDatabase for compatibility with existing usages of SupportSQLiteDatabase.