a wrapper for the Java Cassandra driver that allows extraction from a Row with Scala types, or directly into a case class. Also has utility functions for the Session to read/write to Cassandra directly to/from a case class.
scalacass 0.4.6
Group ID:
com.github.thurstonsand
Artifact ID:
scalacass_2.11
Version:
0.4.6
Release Date:
Aug 22, 2016
Licenses:
libraryDependencies += "com.github.thurstonsand" %% "scalacass" % "0.4.6" resolvers += Resolver.bintrayRepo("thurstonsand", "maven")
ivy"com.github.thurstonsand::scalacass:0.4.6" MavenRepository("https://dl.bintray.com/thurstonsand/maven")
//> using dep "com.github.thurstonsand::scalacass:0.4.6"
import $ivy.`com.github.thurstonsand::scalacass:0.4.6` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray thurstonsand maven", "Some(https://dl.bintray.com/thurstonsand/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.thurstonsand</groupId> <artifactId>scalacass_2.11</artifactId> <version>0.4.6</version> </dependency>
compile group: 'com.github.thurstonsand', name: 'scalacass_2.11', version: '0.4.6'