Package-level declarations

Types

Link copied to clipboard
class KandraRepository<T : Any>(session: CqlSession, schema: TableSchema, entityClass: KClass<T>, batchEngine: BatchEngine)

Blocking repository for performing CRUD operations on a ScyllaDB table.

Link copied to clipboard
class KandraSuspendRepository<T : Any>(session: CqlSession, schema: TableSchema, entityClass: KClass<T>, batchEngine: BatchEngine)

Coroutine-friendly repository for performing CRUD operations on a ScyllaDB table.