Sean Kelley
Posts: 0
Joined: Thu Oct 11, 2012 2:25 pm

which database to use for images, user accounts, text?

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

which database to use for images, user accounts, text?

[quote:]
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.
[/quote]
Tiggzi provides a cloud database and it has a number of features. Storage for any app data, storage for files and built-in user management. You can of course use any 3rd party services. But Tiggzi provides integration between app builder and the database.

[quote:]
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
[/quote]
We meet all the requirements above!

Return to “Issues”