0
Good morning! I have a dilemma here. I need to import data from a hosted Mysql database to my application in Xamarin.Forms and use it locally in Sqlite. Thus, the user would import the data from the database, use the app offline and locally and then export the data back to the Mysql database. How to do this?
Would a database dump be a solution to your problem? It is possible to dump the entire database, or do granular by table. mysqldump
– Danizavtz
opa, maravilha! how I would do it within the solution Xamarin.Forms?
– Matteus