Will the gem https://github.com/cequel/cequel (that itself uses https://github.com/datastax/ruby-driver) work with DSE 6.0?
Asked
Active
Viewed 21 times
1 Answers
0
As I see in the gemspec
file, it requires cassandra-driver ~> 3.0
. The existing 3.x cassandra-driver should be compatible with DSE 6.0, so cequel
should continue to work with it.

Alex Ott
- 80,552
- 8
- 87
- 132