Skip to content

ovstetun/scala-persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Persistence

This project is to show different ways to interact with a relational database in Scala.

Running the project

The project contains specifications written in specs2, and built with sbt 0.10.x. The specs require a file database generated by Liquibase to work. This is to make sure all the strategies work against the same database. To run the tests:

sbt update
sbt copy-resources
./db.sh
sbt test

If by some weird error the database becomes corrupt, just delete all the test.*.db files: rm test.*.db.

About

Experimenting with different kinds of persistence in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published