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

Support Cassandra UDT #55

Open thurstonsand opened 4 years ago

thurstonsand commented 4 years ago

Cassandra has the concept of user-defined types, as specified here. scala-cass should support them as case classes