#cql #cassandra #driver #database-driver

cql-rust

Cassandra CQL二进制协议v2驱动程序

3个版本

使用旧的Rust 2015

0.0.3 2014年11月20日
0.0.2 2014年11月20日
0.0.1 2014年11月20日

2984数据库接口

MIT 许可证

12KB
319

Build Status

Rust Cassandra客户端

此crate目前使用CQL原生协议的版本2。我最初受到rust-cql的启发,初始提交与库非常接近,但已更新为Rust v0.12.0。rust-postgres的设计也影响了我的一些决策。

待办事项

  • TCP连接
    • 无认证
    • 带认证
  • 查询
    • 执行查询
    • 检索结果行
  • 错误响应
  • 请求/响应压缩
  • 还有很多...

无运行时依赖