Created
January 4, 2017 16:48
-
-
Save gstraymond/3ff96b366c1a1a85f9e1500aafdbd3a2 to your computer and use it in GitHub Desktop.
play mongo bson - SampleData.scala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.mongodb.scala.bson.BsonObjectId | |
case class SampleData(_id: BsonObjectId, | |
string: String, | |
boolean: Boolean, | |
int: Int) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment