Skip to content

iterion/cql-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Rust Cassandra Client

This crate is currently using version 2 of the CQL native protocol. I was initially inspired by rust-cql, and the initial commit was much closer to the library but updated for v0.12.0 of Rust. The design of rust-postgres also influenced some of my decisions.

To Do

  • TCP Connection
    • Without Authentication
    • With Authentication
  • Querying
    • Execute Queries
    • Retrieve result rows
  • Error Responses
  • Request/Response Compression
  • A lot more...

About

Rust Cassandra CQL Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages