Skip to content

Commit

Permalink
Add ScyllaDB for Node.js (testcontainers#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel authored Nov 24, 2024
1 parent 330706e commit 92a7247
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/scylladb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ docs:
```bash
pip install testcontainers[scylla]
```
- id: nodejs
url: https://node.testcontainers.org/modules/scylladb/
maintainer: core
example: |
```javascript
const container = await new ScyllaContainer("scylladb/scylla:6.2.0").start();
```
installation: |
```bash
npm install @testcontainers/scylladb --save-dev
```
description: |
ScyllaDB is a distributed NoSQL wide-column database for data-intensive apps that require high performance and low latency.
---

0 comments on commit 92a7247

Please sign in to comment.