A Robot Framework Cassandra Database Library
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for robotframework-cassandracqllibrary-2.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29e99f19dfadabc3f6ca867f060fe9d9a947e72094765d3bc69c5a2bc6f328f4 |
|
MD5 | 1b1fb8f14a8f3facd4950dea113aeb83 |
|
BLAKE2b-256 | accfb5b4b0523f0bf9cb2a0042ab6067c29e01a90df1cb31c4aef1b111041b8f |
Close
Hashes for robotframework_cassandracqllibrary-2.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60495b24ea305df52ecdaa98393606e9f29cc8085f3f820b65c44ea451a9dcf0 |
|
MD5 | d023fed625965c72a1b033798de11d82 |
|
BLAKE2b-256 | 15e207dc3930933da56ee3fbafe841305272c78ed87dc5d7603f190df479166b |