Search Results

3
votes

Xml or Sqlite, When to drop Xml for a Database?

I wouldn't use XML for storing RSS items. A feed reader makes constant updates as it receives data. With XML, you need to load the data from file first, parse it, then store it for easy se …