Crate charybdis

source ·

Modules§

Structs§

  • Provides auto caching while executing queries
  • CQL query statement.
  • Result of a single query
    Contains all rows returned by the database and some more information
  • Session manages connections to the cluster and allows to perform queries
  • Iterator over rows parsed as the given type
    Returned by rows.into_typed::<(...)>()

Enums§

Traits§

  • This trait defines a way to convert CqlValue or Option<CqlValue> into some rust type
  • This trait defines a way to convert CQL Row into some rust type
  • A type that can be serialized and sent along with a CQL statement.
  • Represents a set of values that can be sent along a CQL statement.
  • Represents list of values to be sent in a query gets serialized and but into request

Derive Macros§

  • Documentation for this macro can only be found in scylla crate - not in scylla-macros nor in scylla-cql. This is because of rustdocs limitations that are hard to explain here.
  • Documentation for this macro can only be found in scylla crate - not in scylla-macros nor in scylla-cql. This is because of rustdocs limitations that are hard to explain here.
  • Documentation for this macro can only be found in scylla crate - not in scylla-macros nor in scylla-cql. This is because of rustdocs limitations that are hard to explain here.
  • Documentation for this macro can only be found in scylla crate - not in scylla-macros nor in scylla-cql. This is because of rustdocs limitations that are hard to explain here.
  • Documentation for this macro can only be found in scylla crate - not in scylla-macros nor in scylla-cql. This is because of rustdocs limitations that are hard to explain here.