jeudi 5 mars 2015

How big can this app be if I use Sqlite?

So I'm basically making a cookbook app which stores recipes in the database. The database includes text, CLOBs and maybe .jpg files stored as BLOBs. Currently planning on making about 900 recipes, which means 900 CLOBs and .jpg files and some other rows such as the number of servings per recipe.


The question is how big the app can get if I store the data using SQLite?


Aucun commentaire:

Enregistrer un commentaire