I've a play application in which I read data from multiple files, process them and show results on the home page. When I start play in the developer mode, my homepage doesn't have any data. So I want to add an embedded database to my application so that I can save previously processed results. I'm planning to use sqlite for it but have no idea how to go about it. I've read the documentation but didn't understand how to do it. If there is a proper documentation and I've missed it, please direct me to the docs. I've a play application in which I read data fr