cassandra-d 0.0.4

Cassandra database client


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

cassandra-d

D language cassandra client (currently binary API v1 and v2).

Currently this driver can be used to create / insert / update / delete data in a cassandra datastore.

There are currently no helpers, you can only execute CQL inputting or retrieving data.

Build Status

Fork note

This fork adds support for DUB and cleans up the source code and API.

Working

  • Version 1 of the protocol
  • Queries
  • Prepared Statements

TODO

  • Support version 3/4 of the protocol
  • UUID stuff
  • Authenticators
  • Provide helper functions/templates

Building the test

  • cd source/cassandra
  • dmd -main -unittest cql.d serialize.d utils.d tcpconnection.d OR
  • dmd -main -unittest cql.d serialize.d utils.d tcpconnection.d -version=CassandraV2
Authors:
  • Rory McGuire
  • Sönke Ludwig
Dependencies:
none
Versions:
0.0.4 2019-Oct-23
0.0.3 2014-Jun-07
0.0.2 2014-May-25
0.0.1 2014-May-19
~master 2019-Oct-23
Show all 5 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 1 downloads this month

  • 235 downloads total

Score:
1.3
Short URL:
cassandra-d.dub.pm