0 purchases
robotframeworkcassandracqllibrary 2.0.1
Short Description
Robot Framework library to execute CQL statements in Cassandra
Database.
Installation
pip install robotframework-cassandracqllibrary
Documentation
See keyword documentation for CassandraCQLLibrary library on GitHub.
Example
*** Settings ***
Library CassandraCQLLibrary
Library Collections
Suite Setup Connect To Cassandra 127.0.0.1 9042
Suite Teardown Disconnect From Cassandra
*** Test Cases ***
Get Keyspaces
Execute CQL USE system
${result} Execute CQL SELECT * FROM schema_keyspaces;
Log List ${result}
Log ${result[1].keyspace_name}
License
Apache License 2.0
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.