MigrationDao

interface MigrationDao

Inheritors

Functions

Link copied to clipboard
abstract suspend fun delete(name: String)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(name: String): RoomMigration?
Link copied to clipboard
abstract suspend fun insert(entity: RoomMigration)