First Official Release of ScalaQuery
ScalaQuery released with support for PostgreSQL, MySQL, H2, HSQLDB/HyperSQL, and Derby/JavaDB.
The first official release of ScalaQuery is now available.
ScalaQuery is a type-safe database API / domain specific language for Scala, which is built on top of JDBC. It depends on the Scala 2.8 library, and supports PostgreSQL, MySQL, H2, HSQLDB/HyperSQL, and Derby/JavaDB, with SQLite support currently under development.
It offers session management based on JDBC Connections, and type-safe queries based on a query monad and combinators. The source code is available from github.