Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Fix review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
madhukaw committed Jul 9, 2020
1 parent f9c8729 commit 54730db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Ballerina Cassandra Client is used to connect Ballerina with Cassandra data sour
2. select - To select data from the datasource
3. close - To close the cassandra connection.

## Compatibility
| | Version |
|:----------------------:|:---------------------------:|
| Ballerina Language | Swan Lake Preview1 |
| Cassandra module | 0.99.0 |

Steps to Configure
==================================

Expand Down
6 changes: 6 additions & 0 deletions cassandra/src/cassandra/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This module provides the functionality required to access and manipulate data st

To access a Cassandra datasource, you must first create a `client` object. Create a client object of the cassandra client type (i.e., `cassandra:Client`) and provide the necessary connection parameters. This will create a pool of connections to the given Cassandra database. A sample for creating a client with a Cassandra client can be found below.

### Compatibility
| | Version |
|:----------------------:|:---------------------------:|
| Ballerina Language | Swan Lake Preview1 |
| Cassandra module | 0.99.0 |

### Database operations

Once the client is created, database operations can be executed through that client. This module provides support for updating data/schema and select data.
Expand Down

0 comments on commit 54730db

Please sign in to comment.