본문 바로가기

코틀린

안드로이드 코틀린 ROOM sqlite 백업복원 도움 사이트

728x90

1. 자바로 되어 있으나 여기가 도움 많이 됨

https://fastbikri.com/blog/implementing-backup-and-restore-feature-of-sqlite-database-to-comply-with-scoped-storage-android-11/

 

Implementing backup and restore feature of SQLite Database to comply with Scoped Storage Android 11

package com.abc.def; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.os.Environm

fastbikri.com

 

2.여긴 도움이 되는지 모르겠지만 일단 봐둘 필요는 있음

https://androidexplained.github.io/android/room/2020/10/03/room-backup-restore.html

 

Room Database - Backup & Restore Features

Not that long ago I wanted to implement Backup & Restore features in my new application called Notably Notepad. I thought such basic features will be well-documented and supported - I mean every app containing a database would want to allow the user to mov

androidexplained.github.io

 

3.룸 db 백업 복원 라이브러리인데 내 프로젝트에서는 이 라이브러리

쓰면 에러나서 사용은 못했지만 사용가능했다면 쉽게 가능했을듯

https://github.com/rafi0101/Android-Room-Database-Backup

 

GitHub - rafi0101/Android-Room-Database-Backup: Simple tool to backup and restore your room database in Android

Simple tool to backup and restore your room database in Android - GitHub - rafi0101/Android-Room-Database-Backup: Simple tool to backup and restore your room database in Android

github.com

 

728x90