I have local Sqlite db in my xamarin.forms app. I have table called 'cars' where data is pre filled. now I want to update this table with more pre filled data. Here what will be the best approach ? Should I always write code in the app for inserting data or should I replace updated Db with already installed Db(with app) ?
↧