discord-cassandra-cpp 0.15.1

A Cassandra CQL driver, built on top of the DataStax C++ driver for performance and functionality. Just a fork with improvements that we'd like to upstream.
Documentation
1
2
3
4
5
pub enum CassCompression {
    NONE = 0,
    SNAPPY = 1,
    LZ4 = 2,
}