I am creating an RSS reader as a hobby project, and at the point where the user is adding his own URL's.
I was thinking of two things.
- A plaintext file where each url is a single line
- SQLite where i can have unique ID's and descriptions following the URL
Is the SQLite idea to much of an overhead or is there a better way to do things like this?