Skip to content

Instantly share code, notes, and snippets.

@gokmenbayram
Created November 11, 2022 07:31
Show Gist options
  • Save gokmenbayram/832a9ea0216ace69a8b7b3ddc9e2b48f to your computer and use it in GitHub Desktop.
Save gokmenbayram/832a9ea0216ace69a8b7b3ddc9e2b48f to your computer and use it in GitHub Desktop.
Room Database
@Database(
entities = [],
version = 1, // upgrade db version on any change
exportSchema = true
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment