Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 640 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 640 Bytes

blackpepper

Blackpepper is a type-safe Scala DSL for dealing with Cassandra

Recipes.select(_.description, _.author).where(_.url eqs r.url).one

Consider BlackpepperSpec.scala and QuerySpec.scala as an example

Dependency

resolvers += "Whisk Snapshots" at "http://whisklabs.github.io/mvn-repo/snapshots/"

libraryDependencies += "com.whisk" %% "blackpepper" % "0.1.0-b02aa73"