The driver will allow Scala apps to save, retrieve, write and use data stored in MongoDB databases.
It provides wrappers and extensions to the Java driver meant to allow a more scala-friendly interface to MongoDB.
It supports serialization/deserialization of common Scala types (including collections and regex), Scala 2.8 collection versions of DBObject and DBList and a fluid query DSL.
What's New in This Release: [ read full changelog ]
· Disabled a few tests that weren't passing and known to be 'buggy' in specs1. These are fixed for the upcoming 2.2. release on specs2; they are test bugs rather than Casbah bugs.
· RegEx $not was just flat out wrong - was producing {"foo": {"foo": //}} instead of {"foo": {"$not": {//}}.
· Added a getAsOrElse method.