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.
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
- Registered by Sönke Ludwig
- 0.0.4 released 5 years ago
- s-ludwig/cassandra-d
- MIT
- Copyright © 2013 Rory McGuire, Copyright © 2013-2019 Sönke Ludwig
- Authors:
- 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 - Download Stats:
-
-
1 downloads today
-
1 downloads this week
-
2 downloads this month
-
239 downloads total
-
- Score:
- 1.4
- Short URL:
- cassandra-d.dub.pm