@hackage cql3.1.0
Cassandra CQL binary protocol.
Installation
Dependencies (12)
Dependents (2)
@hackage/acme-everything, @hackage/cql-io
Package Flags
incompatible-varint
(off by default)
Use incompatible legacy encoding for varint and decimal.
CQL Binary Protocol Implementation
This Haskell library implements Cassandra's CQL Binary Protocol versions 2 and 3. It provides encoding and decoding functionality as well as representations of the various protocol related types.
Contributing
If you want to contribute to this project please read the file CONTRIBUTING first.