Skip to main content

A Robot Framework Cassandra Database Library

Project description

Build Status

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


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

robotframework_cassandracqllibrary-2.0.1-py2.py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page