CQL Binary Protocol Implementation ================================== This Haskell library implements Cassandra's CQL Binary Protocol [Version 2][1] and [Version 3][2]. It provides encoding and decoding functionality as well as representations of the various protocol related types. [1]: https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v2.spec [2]: https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v3.spec