python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
migrate Android sqlite database to another app
I have an app with a sqlite database and user data. I have made a new app but it uses the same structure and I would like to migrate the data from the first app.
Both apps need to be in the app store,...
Nico
Votes: 0
Answers: 0
SQLiteException: no such table: database-notes (code 1 SQLITE_ERROR)
I'm trying to migrate a new database version. The only thing changed is an added column. I always get the following error:
android.database.sqlite.SQLiteException: no such table: database-notes (code ...
BlazeCodeDev
Votes: 0
Answers: 1
Pre-populating Room using Koin and DB Browser
I need to pre-populate a table in Room using a .csv file.
I saw in https://developer.android.com/training/data-storage/room/prepopulate that I needed a .db file instead so I used DB Browser to import ...
pox
Votes: 0
Answers: 0
How to migrate Room db from 1 to 2?
I'm trying to migrate my Room db to the next version and I keep getting the same error:
java.lang.IllegalStateException: A migration from 1 to 2 was required but not found. Please provide the necessar...
BlazeCodeDev
Votes: 0
Answers: 1