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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robotframework-cassandracqllibrary-2.0.1.tar.gz.
File metadata
- Download URL: robotframework-cassandracqllibrary-2.0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29e99f19dfadabc3f6ca867f060fe9d9a947e72094765d3bc69c5a2bc6f328f4
|
|
| MD5 |
1b1fb8f14a8f3facd4950dea113aeb83
|
|
| BLAKE2b-256 |
accfb5b4b0523f0bf9cb2a0042ab6067c29e01a90df1cb31c4aef1b111041b8f
|
File details
Details for the file robotframework_cassandracqllibrary-2.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: robotframework_cassandracqllibrary-2.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60495b24ea305df52ecdaa98393606e9f29cc8085f3f820b65c44ea451a9dcf0
|
|
| MD5 |
d023fed625965c72a1b033798de11d82
|
|
| BLAKE2b-256 |
15e207dc3930933da56ee3fbafe841305272c78ed87dc5d7603f190df479166b
|