Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 680 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 680 Bytes

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.

Fork note

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

Working

  • Queries
  • Prepared Statements

TODO

  • 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