Cassandra client for D

Rory McGuire rjmcguire at gmail.com
Tue Sep 3 13:06:52 PDT 2013


Hi all,

I've uploaded an initial version of my client for the cassandra database
server at: https://github.com/rjmcguire/cassandra-d

Currently you can use it to run CQL queries on a cassandra instance.

This is a raw CQL driver. It pretty wrapper for it is still upcoming.

Please excuse the ugly code :D. Yes the code is intermingled with the spec
for CQL binary protocol v1.

compile with `rdmd -main -unittest cql.d` if you have a cassandra database
on your localhost. The unittest is at the bottom of the file, where you
will find a bunch of commented out CQL.

Cheers,
R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20130903/d1edbe36/attachment.html>


More information about the Digitalmars-d-announce mailing list