spring-fu icon indicating copy to clipboard operation
spring-fu copied to clipboard

Sample for kofu-coroutines-cassandra

Open FearlessHyena opened this issue 5 years ago • 1 comments

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

FearlessHyena avatar Jun 11 '19 09:06 FearlessHyena

no love for this? :(

FearlessHyena avatar Jul 04 '19 07:07 FearlessHyena