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

[feature request] keyspace/table/field renaming strategies #51

Open holinov opened 5 years ago

holinov commented 5 years ago

While living in "polyglot" microservices env i usualy have to adapt to strange naming conversions. It could be great to supply a way to customize ks/table/field names

thurstonsand commented 5 years ago

could you expand on this? are you asking that the case class field names and the generated cassandra query names be different? do you have an example of how you would want this to work?