Access data using CQL
Common ways to access data using Cassandra Query Language (CQL) are:
-
CQL shell (
cqlsh): A Python-based command line shell to access the database and issue CQL commandsIn a production database, executing statements programmatically (with a driver) is more practical than using
cqlsh, butcqlshcan be a convenient way to test statements in development. -
DataStax-compatible drivers: The primary resource for application developers to connect to database clusters programmatically
|
Schema changes, which involve |