MPL-2.0 licensed by Toralf Wittner, Roman S. Borschel
Maintained by Toralf Wittner
This version can be pinned in stack with:cql-3.0.5@sha256:f08e5309b4b2e1fa7ac0d7706077ad6d12f688eb180aded6c401ed10fac112c7,2976

Module documentation for 3.0.5

= CQL Binary Protocol Implementation

// URL references
:cql2: https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v2.spec[2]
:cql3: https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v3.spec[3]

// Badges
image:https://img.shields.io/badge/license-MPL_2.0-blue.svg["License: MPL-2.0", link="https://www.mozilla.org/MPL/2.0/"]
image:https://travis-ci.org/twittner/cql.svg?branch=develop["Build Status", link="https://travis-ci.org/twittner/cql"]

This Haskell library implements Cassandra's CQL Binary Protocol versions
{cql2} and {cql3}. It provides encoding and decoding functionality as well
as representations of the various protocol related types.

Changes

3.0.5
-----
- Add `Row` type to represent dynamic query parameters
and results (e.g. to run "lightweight transactions"
which may yield different results)

3.0.4
-----
- Update `iproute` upper bound
- Handle `SockAddrCan` from network >= 2.6.1

3.0.3
-----
- Update `iproute` upper bound

3.0.2
-----
- Add support for GHC 7.10.1