Skip to content

Sample for kofu-coroutines-cassandra #232

Open
@FearlessHyena

Description

@FearlessHyena

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions