Files
scylladb/docs/cql/index.rst
Wojciech Mitros 52eb70aef0 docs: make wasm documentation visible for users
Until now, the instructions on generating wasm files and using them
for Scylla UDFs were stored in docs/dev, so they were not visible
on the docs website. Now that the Rust helper library for UDFs
is ready, and we're inviting users to try it out, we should also
make the rest of the Wasm UDF documentation readily available
for the users.

Closes #13139
2023-03-14 16:21:23 +02:00

62 lines
1.7 KiB
ReStructuredText

CQL Reference
===============
.. toctree::
:maxdepth: 2
:hidden:
cqlsh
appendices
compaction
consistency
consistency-calculator
ddl
dml
types
definitions
secondary-indexes
time-to-live
functions
wasm
json
mv
non-reserved-keywords
reserved-keywords
cql-extensions.md
cqlsh - The CQL Shell
-----------------------
``cqlsh`` is a command line shell for interacting with ScyllaDB through CQL.
* :doc:`CQLSh: the CQL shell </cql/cqlsh>`
CQL - Apache Cassandra Query Language
----------------------------------------
The Apache Cassandra Query Language (CQL) is the primary language for communicating with the ScyllaDB database.
It allows you to create keyspaces and tables, insert and query tables, and more.
* :doc:`Appendices </cql/appendices>`
* :doc:`Compaction </cql/compaction>`
* :doc:`Consistency Levels </cql/consistency>`
* :doc:`Consistency Levels Calculator</cql/consistency-calculator>`
* :doc:`Data Definition </cql/ddl>`
* :doc:`Data Manipulation </cql/dml>`
* :doc:`Data Types </cql/types>`
* :doc:`Definitions </cql/definitions>`
* :doc:`Global Secondary Indexes </cql/secondary-indexes>`
* :doc:`Expiring Data with Time to Live (TTL) </cql/time-to-live>`
* :doc:`Functions </cql/functions>`
* :doc:`JSON Support </cql/json>`
* :doc:`Materialized Views </cql/mv>`
* :doc:`Non-Reserved CQL Keywords </cql/non-reserved-keywords>`
* :doc:`Reserved CQL Keywords </cql/reserved-keywords>`
ScyllaDB CQL Extensions - CQL Extensions Provided by ScyllaDB
--------------------------------------------------------------
ScyllaDB provides additional features that extend the Apache CQL.
* :doc:`ScyllaDB CQL Extensions </cql/cql-extensions>`