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.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0438e995f6cba1f949cbc4b81413ee62d58de97a52702b9ea6f7a89826a614f9 |
|
MD5 | f699f5f3785953244ce9f5e48e649b7f |
|
BLAKE2b-256 | 2c60fb213e226e0c0f7c83d21f2ef50c5833501c4159a0fc84ffcb9faea14446 |
Close
Hashes for robotframework_cassandracqllibrary-2.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4475a61d2c5a51e1f569c0e15e334c3e4e4af855f1b6256e48377fb6ee7a010a |
|
MD5 | 415f41a04fe555315a30b2ac09c3fcf6 |
|
BLAKE2b-256 | 087f277860c5750607b2031fe097418ad549668bb64ddc468f7e1ba82489ca90 |