sqflite – get data with foreign key relation
I have 3 dart classes:
Local JSON files on flutter app sqflite, insert into DB or no?
I have 10000 row json file as a dataset, Im going to need to use the data from it in the app all the time. My app uses sqflite for storage and all data access is essentially from the SQL database. However, I’m very unfamiliar with Json.