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 3 and Version 4.

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.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, 4.0.4
Change log CHANGELOG
Dependencies base (>=4.9 && <5.0), bytestring (>=0.10), cereal (>=0.3), containers (>=0.5), Decimal (>=0.3), iproute (>=1.3), network (>=2.4), template-haskell, text (>=0.11), time (>=1.4), transformers (>=0.3), uuid (>=1.2.6), vector (>=0.10) [details]
License LicenseRef-OtherLicense
Copyright (C) 2014-2015 Toralf Wittner, Roman S. Borschel
Author Toralf Wittner, Roman S. Borschel
Maintainer Toralf Wittner <tw@dtex.org>, Roman S. Borschel <roman@pkaboo.org>
Category Database
Home page https://gitlab.com/twittner/cql/
Bug tracker https://gitlab.com/twittner/cql/issues
Source repo head: git clone https://gitlab.com/twittner/cql
Uploaded by romanb at 2022-04-24T09:06:59Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
incompatible-varint

Use incompatible legacy encoding for varint and decimal.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for cql-4.0.4

[back to package description]

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.

License

See LICENSE.

Cassandra Logo License

Copyright © 2018 Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.