@hackage cql4.0.1
Cassandra CQL binary protocol.
Categories
License
LicenseRef-OtherLicense
Maintainer
Toralf Wittner <tw@dtex.org>, Roman S. Borschel <roman@pkaboo.org>
Links
Versions
Installation
Dependencies (13)
- Decimal >=0.3
- base >=4.9 && <5.0
- bytestring >=0.10
- cereal >=0.3
- containers >=0.5
- iproute >=1.3 Show all…
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 3 and 4. 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.