zig-cassandra - CQL client for Cassandra 2+
zig-cassandra is a pure Zig CQL client for Cassandra 2+.
Although some features are missing, it is functional and could conceivably used as is.
what's implemented
- protocol v3, v4 and v5
- basic querying
- prepared statements
- comptime validation of a query’s arguments
what's not implemented
- User Defined Types
- Named bind markers in a query
- High-level client (with concurrency, connection pooling, token aware routing)