implicit.ly

Scala software, hot off the presses

« Back to blog

ScalaQuery 0.9.2

I am pleased to announce release 0.9.2 of ScalaQuery, the type-safe database API for Scala.

ScalaQuery is an API / DSL (domain specific language) built on top of JDBC for accessing relational databases in Scala. It is being made available under a liberal BSD-style license and has no dependencies other then the Scala 2.8 library. The current release is ScalaQuery 0.9.2 for Scala 2.8.0, 2.8.1 and 2.9.0.RC1, with full support for the following database systems: PostgreSQL, MySQL, H2, HSQLDB/HyperSQL, Derby/JavaDB, MS Access. SQLite support is under development. Accessing other database systems is possible, with a reduced feature set.

For more information, see the ScalaQuery web site: http://scalaquery.org
Source code: http://github.com/szeiger/scala-query
Mailing list: http://groups.google.com/group/scalaquery

The following changes have been made since release 0.9.1:

- Added support for Microsoft Access via JdbcOdbcDriver

- Added support for explicit primary keys (including composite PKs)

- Added MappedTypeMapper for simpler mapping of custom types

Posted April 13, 2011 by email