This project contains all the logic required to encode and decode Apache Cassandra(R)'s CQL native protocol frames in Go.
It currently supports:
- Cassandra CQL protocol versions 2 to 5.
- DSE (DataStax Enterprise) protocol versions 1 and 2.
This project originated as an attempt to port the DataStax Cassandra Java driver's native-protocol project to the Go language.