We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee3817 commit 93503d3Copy full SHA for 93503d3
modules/cockroachdb/index.md
@@ -48,6 +48,17 @@ docs:
48
```bash
49
dotnet add package Testcontainers.CockroachDb
50
```
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
62
- id: python
63
url: https://testcontainers-python.readthedocs.io/en/latest/modules/cockroachdb/README.html
64
maintainer: core
0 commit comments