#iterator #meta #select #cassandra #uuid #future #append

unmaintained bin+lib cassandra

A usable Cassandra CQL driver (this replaces the previous cql-ffi package). Wraps the DataStax c++ native driver and uses cql-bindgen via rust-bindgen. Works with nightly

25 releases

Uses old Rust 2015

0.8.1 Dec 13, 2016
0.7.3 Sep 8, 2016
0.7.2 Jun 30, 2016
0.6.10 Mar 15, 2016
0.4.0 Jul 5, 2015

#32 in #cassandra

Download history 26/week @ 2023-05-31 4/week @ 2023-06-07 17/week @ 2023-06-14 71/week @ 2023-06-21 19/week @ 2023-06-28 12/week @ 2023-07-05 8/week @ 2023-07-12 14/week @ 2023-07-19 18/week @ 2023-07-26 8/week @ 2023-08-02 12/week @ 2023-08-09 39/week @ 2023-08-16 33/week @ 2023-08-23 32/week @ 2023-08-30 42/week @ 2023-09-06 14/week @ 2023-09-13

121 downloads per month

Apache-2.0

325KB
5.5K SLoC

Build Status Current Version License: MPL-2.0

cassandra-rs

This is a (hopefully) maintained rust project that unsafely exposes the cpp driver at https://github.com/datastax/cpp-driver/ in a somewhat-sane crate.

For the wrapper to work, you must first have installed the datastax-cpp driver.

Follow the steps on the cpp driver docs to do so.

Make sure that the driver (specifically libcassandra_static.a and libcassandra.so) are in your /usr/local/lib64/ directory

You can use it from cargo with

    [dependencies.cassandra]
    git = "https://github.com/tupshin/cassandra-rs"

Or just

    [dependencies]
    cassandra="*"

Examples are included with the project in src/examples.

Dependencies

~9MB
~162K SLoC