gocqltable icon indicating copy to clipboard operation
gocqltable copied to clipboard

GoCqlTable is a wrapper around the GoCql-driver that seeks to simplify working with the Cassandra database in Golang projects.

Results 5 gocqltable issues
Sort by recently updated
recently updated
newest added

UPDATE - looks like collections of UDT-s are not supported, as I was able to get it working with list or map fields instead. I have a schema defined like...

This cleans up the changes I made in #3. It pushes clauses for `WHERE col IN (?)` statements into the where clause handler, thereby drops the string value constraint and...

TL;DR: I needed a way to tell gocqltable to handle a slice in the model struct definition as a set in CQL and not as a list. Not really happy...