Expand description

Scylla

Re-exports

pub use worker::Worker;
pub use worker::WorkerError;

Modules

Access traits and helpers for constructing and executing queries

Cluster application

Node application which manages scylla nodes

The ring, which manages scylla access

The stage application, which handles sending and receiving scylla requests

Workers which can be used when sending requests to handle the responses

Structs

Configuration for a scylla datacenter

Configuration for a scylla keyspace

Application state

Enums

Event type of the Scylla Application

Traits

The public interface of scylla handle, it provides access to the cluster handle

Type Definitions

Type alias for datacenter names

Type alias for scylla keysapce names

Scylla handle