There are many reasons to use a database.
If you have read-only data and never change (other than a complete rewrite), consider using flat files . The database may be excessive in this scenario.
By the way, consider placing files in external storage - this can help the user maintain low application memory, especially if the data files are large.
source
share