thurstonsand / scala-cass

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.
MIT License
21 stars 10 forks source link

Consistency Level per statement #45

Closed thurstonsand closed 6 years ago

thurstonsand commented 6 years ago

closes #43

This PR enables users to use consistency and defaultConsistency to change the consistency level of their queries.