I am writing a web app with a angularJS front-end and Scalatra back-end. I have followed this tutorial on adding persistence using Slick and H2: http://www.scalatra.org/2.4/guides/persistence/slick.html
I want to know how to have the data in the database persist even if I restart the servlet.