cassandra-cpp 0.14.0

A Cassandra CQL driver, built on top of the DataStax C++ driver for performance and functionality.
Documentation
1
2
3
4
5
pub type CassCompression {
    NONE = 0,
    SNAPPY = 1,
    LZ4 = 2
}