Skip to content
szeiger edited this page Sep 13, 2010 · 12 revisions

ScalaQuery is a type-safe database API for Scala.

It includes the following features:

  • Simple session management based on JDBC Connections
  • Type-safe queries based on a query monad and combinators
  • Simple static and dynamic queries

See LICENSE.txt for licensing conditions (BSD-style).

Topics

More documentation about many ScalaQuery features can be found in my blog.

Clone this wiki locally