Package com.
devbase.
data.
source.
db
Defines local database implementation.
Types
Functions
Link copied to clipboard
inline fun <T : RoomDatabase> buildDatabase( ctx: Context, dbName: String, passPhrase: String, fallBackMigration: Boolean = false, migrations: List<Migration>? = null): T
Content copied to clipboard
Method to build encrypted Room Database