Skip to content

type-safe Scala DSL for dealing with Cassandra

Notifications You must be signed in to change notification settings

tsindot/blackpepper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

type-safe Scala DSL for dealing with Cassandra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published