Rogue-Field is a set of interfaces for defining the fields of models. It is used in Rogue, a type-safe Scala DSL for executing queries against mongo, and Spindle, a Scala code generator for Thrift.
In sbt, add:
val rogueField = "com.foursquare" %% "rogue-field" % "2.2.1"
Join the rogue-users google group for help, bug reports, feature requests, and general discussion on Rogue.
The latest release is 2.2.1. See the changelog for more details.
Major changes in 2.2.1:
- split rogue-field into an independent project