implicit.ly

Scala software, hot off the presses

« Back to blog

ScalaQuery 0.9.3

I am pleased to announce release 0.9.3 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 core library. The current release is ScalaQuery 0.9.3 for Scala 2.8.0, 2.8.1, 2.9.0.RC1 and 2.9.0.RC2, with full support for the following database systems: PostgreSQL, MySQL, H2, HSQLDB/HyperSQL, Derby/JavaDB, MS SQL Server, MS Access, SQLite. 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 major changes have been made since release 0.9.2:

- Added MS SQL Server support

- Improved SQLite support

- Improved MS Access support

- Added enumerator/iteratee-based result reading

- Removed [T <: Product] restriction on updates so you can use mapped projections instead of tuples

- Added SimpleExpression for easy implementation of custom expressions which do not depend on a Driver

Posted April 30, 2011 by email