mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
add cql docs stub
This commit is contained in:
parent
612d7e4941
commit
2d505e5ad7
12
adapter-cqld4/src/main/resources/cql.md
Normal file
12
adapter-cqld4/src/main/resources/cql.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# cql
|
||||||
|
|
||||||
|
In this version of NoSQLBench, the CQL driver is fully
|
||||||
|
based on version 4 of the
|
||||||
|
[Java Driver for Apache Cassandra](https://github.com/apache/cassandra-java-driver)
|
||||||
|
version 4.X.
|
||||||
|
|
||||||
|
This `cqld4` driver has replaced the older CQL driver under the name `cql`.
|
||||||
|
Previous versions of the CQL drivers are no longer bundled with NB5. Instead,
|
||||||
|
when you specify either `cql` or `cqld4`, the version 4 drivers is used.
|
||||||
|
|
||||||
|
See the help for `cqld4` for more details.
|
Loading…
Reference in New Issue
Block a user