I would like to create a photo classified ad app that lets user join/login, manage multiple ads (tied to one login), add multiple images to an ad along with text.
Which database should I use? I see the tiggzi file database tutorial (which appears different that tigzi database) as well as other 3rd party databases.
My first thought was to use the file database based on the tutorial, then add more text attributes. Is that the best way to go?
I want a solution that:
Will last (no failed 3rd party startups)
Be able to grow as storage needs grow
manage user accounts
manage all ad data including multiple images per ad
Also, I am thinking that I would need to at least store text data on a local device database for offline browsing. Does that make sense? Any database ideas for this?