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-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc0dd568a4ac7187a2fdecba4f51938d4a311976be7037974776659d9a434a3b |
|
MD5 | 843fbf191170511f6351f5b5da7b53ff |
|
BLAKE2b-256 | 4ef3c8889ce3d5aeed4aaac4675a1e4d290b56596ceb6c92cd637d151d518c16 |
Close
Hashes for robotframework_cassandracqllibrary-1.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ceb64eef418a08309b50ff5f7a79ad7be330801292eb74305de24079ac5c43f |
|
MD5 | 710e560982116dfe1205d20fbc0240eb |
|
BLAKE2b-256 | 7beded2ec515966cc91db7a45cb156b5721777be2e8189dccc53545f19f0a27d |