Skip to content

Commit

Permalink
fix: update adapters list to include cassandra (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored Jun 11, 2024
1 parent 091bbce commit 792bf95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/docs/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Community adapters are created and maintained by other members of the Harlequin
- [ADBC](adbc/index), contributed by [Tyler Hillery](https://github.com/TylerHillery). Supports Snowflake and more.
- [RisingWave](risingwave/index), contributed by [ZhengYu Xu](https://github.com/zen-xu)
- [Wherobots](wherobots/index), contributed by [Wherobots](https://github.com/wherobots)
- [Cassandra](cassandra/index), contributed by [Vadim Khitrin](https://github.com/vkhitrin)
- Coming soon: [Snowflake](https://github.com/rymurr/harlequin-snowflake), contributed by [Ryan Murray](https://github.com/rymurr)
2 changes: 1 addition & 1 deletion src/docs/cassandra/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ poetry add harlequin-cassandra
If you do not already have Harlequin installed:

```bash
pip install harlequin-cassandra
pipx install harlequin[cassandra]
```

If you would like to add the Cassandra adapter to an existing Harlequin installation:
Expand Down

0 comments on commit 792bf95

Please sign in to comment.