-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d479de
commit 70c63f4
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
This repository contains Apache Cassandra Query Language (CQL) shell extracted from the Apache | ||
This repository contains Yugabyte Cloud Query Language (YCQL) shell extracted from the Apache | ||
Cassandra distribution. | ||
|
||
This fork is optimized to use YugaByte DB's client-drivers. | ||
This fork is optimized to use the YCQL client drivers. | ||
|
||
It also adds support for the YugaByte DB extensions such the JSON data type (https://docs.yugabyte.com/latest/api/cassandra/type_jsonb/). | ||
It also adds support for the YugabyteDB extensions such the JSON data type (https://docs.yugabyte.com/latest/api/ycql/type_jsonb/). | ||
|
||
<h2> Download cqlsh </h2> | ||
|
||
You can download a prebuilt release from https://github.com/YugaByte/cqlsh/releases. | ||
You can download a prebuilt release from https://github.com/yugabyte/cqlsh/releases. |