I use SQLite for lots of things, but this is unlikely to be one of them! The data I am dealing with comes from a web API as a JSON array which gets converted directly into the Dictionary structure I have displayed. Even if I wanted to store the individual data pairs in a database (which I don't), I would still have to get them out of the Dictionary first!You probably want to use a database. I'd suggest SQLite is an ideal candidate.
Statistics: Posted by pfletch101 — Mon Jan 13, 2025 10:28 pm