Skip to content

Commit 93503d3

Browse files
authored
Add node section to cockroachdb (#120)
1 parent 0ee3817 commit 93503d3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/cockroachdb/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ docs:
4848
```bash
4949
dotnet add package Testcontainers.CockroachDb
5050
```
51+
- id: nodejs
52+
url: https://node.testcontainers.org/modules/cockroachdb/
53+
maintainer: core
54+
example: |
55+
```javascript
56+
const container = await new CockroachDbContainer("cockroachdb/cockroach:v24.3.5").start();
57+
```
58+
installation: |
59+
```bash
60+
npm install @testcontainers/cockroachdb --save-dev
61+
```
5162
- id: python
5263
url: https://testcontainers-python.readthedocs.io/en/latest/modules/cockroachdb/README.html
5364
maintainer: core

0 commit comments

Comments
 (0)