cassandart 0.4.1 cassandart: ^0.4.1 copied to clipboard
Cassandra database client (driver wire protocol: v4, CQL: 3.0).
Cassandra database client in Dart #
- The package can be used with Cassandra (and Elassandra).
- It is able to handle basic types (but: no
map
yet). - Detects and auto-connects peers.
- Auto-selects peers with lower latencies.
- Select the peer that is most likely to contain the data (use:
hint
).
This is an experimental library and protocol, use at your own risk.
How to contribute #
Check and follow the spec of the wire protocol v4 before creating a PR.