Skip to content

rjmcguire/cassandra-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Working

  • Queries
  • Prepared Statements

TODO

  • UUID stuff
  • Authenticators
  • Provide helper functions/templates

Building the test

  • cd source/cassandra
  • dmd -main -unittest cql/*.d .d internal/.d -ofrun_unittests OR
  • dmd -main -unittest cql/*.d .d internal/.d -ofrun_unittests -version=CassandraV2

About

D language cassandra client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages