Created
November 11, 2022 08:37
-
-
Save gokmenbayram/d55779b1360ba83ab4a1d0f024cccd0a to your computer and use it in GitHub Desktop.
Room Database Builder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Room.databaseBuilder( | |
context, | |
RoomDatabase::class.java, "DB_NAME") | |
.fallbackToDestructiveMigration() | |
.build()) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment