1

Will the gem https://github.com/cequel/cequel (that itself uses https://github.com/datastax/ruby-driver)  work with DSE 6.0?

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
Mehdi
  • 408
  • 4
  • 12

1 Answers1

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