Im trying to use this library for an existing application that already have records in cassandra and it table columns are written in snake case. Is there a way to have my phantom model objects in snake case.
snake case for column names in phantom-dsl
66 Views Asked by binkabir At
2
Have a look here, at the official documentation.
There is also a test suite that might be of help, but you need to import this in every file where you define tables. Tests are here.