scala - Persistence in Scalatra -


i writing web app angularjs front-end , scalatra back-end. have followed tutorial on adding persistence using slick , h2: http://www.scalatra.org/2.4/guides/persistence/slick.html

i want know how have data in database persist if restart servlet.


Comments

Popular posts from this blog

javascript - Access directive function from component class or template -

php - Auto increment employee ID -

python - Evaluating the next line in a For Loop while in the current iteration -