I have an sql file (products.db) that I want to populate using SqliteBrowser. Then, I want my app to just read this file and show results based on user's search results. I dont want my app to create any sql files. In which folder of my computer's project folder (please share exact path) should I put the file so it can be installed with the app, and from where do I have to read the file when the app executes?
I hope I am making sense. Thank you!