Quote:
Originally Posted by kovidgoyal
You use sqlite if you need to modify individual rows in the larger dataset with good performance and make queries against the larger dataset using indices for speed. If nether of those are a concern either because of the design or because the dataset is not large then use JSON.
|
Thank you, Kovid. That is helpful to know. That would mean JSON is the way to go for this plugin.