Skip to content

Instantly share code, notes, and snippets.

@norioxkimura
Created October 12, 2012 08:24
Show Gist options
  • Save norioxkimura/3878008 to your computer and use it in GitHub Desktop.
Save norioxkimura/3878008 to your computer and use it in GitHub Desktop.
Scala casbah mongoDB
val mongo_article = mongo_articles.findOne(MongoDBObject("_id" -> new ObjectId(vector(i)._1))).getOrElse(null)
println(mongo_article.getAs[String]("title").getOrElse(null))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment