MongoDB Development Team is announcing that MongoDB Scala Driver with version number 3.1.0 is already available to download.
What is MongoDB Scala Driver ?
MongoDB Scala Driver is .
The MongoDB database is a document-oriented NoSQL database, perfect for high intensive load environments. The MongoDB Scala Driver allows programmers to write apps that connect, store and retrieve information from a MongoDB database. This is a MongoDB connector created and supported by the official MongoDB development team, coming packed with lots of examples and documentation. The connector provides wrappers and extensions to the native MongoDBÂ 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. MongoDB also comes with drivers for various other programming languages as well: C C# C++ PHP Perl Java Ruby Erlang Python Node.js Haskell
This is changelog for MongoDB Scala Driver version 3.1.0 :
You can read the complete changelog and also download this latest version on their homepage:
www.mongodb.org