scala-rel is a library for accessing data from SQL databases in a relational fashion using only Scala expressions representing relational algebraic operators.
It is meant to replace both object-relational mapping (ORM) and embedded SQL strings in code that makes use of an offline database.