cql: Cassandra CQL binary protocol.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Implementation of Cassandra's CQL Binary Protocol Version 2 and Version 3.

It provides encoding and decoding functionality as well as representations of the various protocol related types.

Thus it can serve as a building block for writing Cassandra drivers, such as cql-io.


[Skip to Readme]

Properties

Versions 3.0.1, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.1.0, 3.1.1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4
Change log None available
Dependencies base (>=4.5 && <5.0), bytestring (>=0.10 && <1.0), cereal (>=0.3 && <0.5), Decimal (>=0.3 && <1.0), iproute (>=1.3 && <1.4), network (>=2.4 && <3.0), template-haskell, text (>=0.11 && <2.0), time (>=1.4 && <2.0), transformers (>=0.3 && <0.5), uuid (>=1.2.6 && <2.0) [details]
License LicenseRef-OtherLicense
Copyright 2014 Toralf Wittner, Roman S. Borschel
Author Toralf Wittner, Roman S. Borschel
Maintainer Toralf Wittner <tw@dtex.org>
Category Database
Home page https://github.com/twittner/cql/
Bug tracker https://github.com/twittner/cql/issues
Source repo head: git clone git@github.com:twittner/cql.git
Uploaded by ToralfWittner at 2014-10-23T18:51:02Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for cql-3.0.1

[back to package description]

CQL Binary Protocol Implementation

This Haskell library implements Cassandra's CQL Binary Protocol Version 2 and Version 3. It provides encoding and decoding functionality as well as representations of the various protocol related types.