Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created August 21, 2020 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelernesto/802bfd7bfb3c5ef7866d53e563648c65 to your computer and use it in GitHub Desktop.
Save manuelernesto/802bfd7bfb3c5ef7866d53e563648c65 to your computer and use it in GitHub Desktop.
@Database(entities = [Palestrante::class], version = 1)
abstract class PalestranteDB: RoomDatabase() {
abstract fun dao(): PalestranteDA
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment