Search Results

4
votes
18answers
2k views

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

I really like Xml for saving data, but when does sqlite/database become the better option? eg, when the xml has more than x items or is greater than y MB? I am coding an r …
0
votes

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

I have made the switch to SQLite and I feel much better knowing it's in a database. There are a lot of other benefits from this: Adding new items is really simple …
16
votes

Do you have a hobby development project?

I currently only do hobby projects, teaching myself how to program. My most complete project is my rss reader, but it's still not done. I really don't know when I would release it since cur …