Hi,

I have created a SQLite database with a lot of default values for my program. My initial plan was to add the db file to my resources but I just learned that this is not really working. Currently I do not plan for the possibility to change or add to the default values. So what would be the right way or format to to store the defaults? And how can I convert the SQLite database?