I\'m trying to backup a room database programmatically.
For that, I\'m simply copying the .sqlite file that contains the whole database
.sqlite
But, bef
I am using this library for backup and re store room database and its super easy to use.
https://github.com/salehyarahmadi/RoomDatabaseBackupAndRestore
Thanks to salehyarahmadi