I'm a veteran web developer but a total newbie in apps development.
I would like to build my first hybrid app which would use a custom dictionary of my own (currently stored in a MySQL db), but since I want my app to be usable offline, I need to know what are all the available options when you also want to prevent anyone from reusing the dictionary for their own purpose (ie: building a copy of the app). I don't care if the source code can be seen by anyone. I just want to prevent the data (db) from being reused.