Open
Description
Sorry if I might have missed something but is there a sample for kofu coroutines with Cassandra?
I tried to follow the kofu-coroutines-mongodb sample but some of the operations like update seem to work differently in case of Cassandra
for e.g. the mongo sample has
mongo.update<User>().replaceWith(user).asType<User>().findReplaceAndAwait()
but for Cassandra the update() doesn't have any corresponding option to chain to
Would be great if there was a basic CRUD sample to reference