How am I gonna retrieve a Data Online? my database online is in mysql, I will copy the contents of the database to my sqlite3 database so I can use my app in offline mode too. also when I change something I can send it back to mysql online
How am I gonna retrieve a Data Online? my database online is in mysql, I will copy the contents of the database to my sqlite3 database so I can use my app in offline mode too. also when I change something I can send it back to mysql online