[Mobile] Download database and store locally?

Working on a mobile game, and I want to be able to download information and some images for the game from a server database at startup. This data would be stored locally on the mobile device and updated (if needed) whenever the game was loaded, and would be used at runtime.

I’m not sure the right direction to go when it comes to storing and using the data, as I want to be able to easily use it at runtime, without clients being able to (easily) access it.

Hey there, I’m also stuck in how to access a database from a mobile game. If you have any idea or figured out a solution would appreciate so much.