We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa943a commit 1378e25Copy full SHA for 1378e25
modules/eventstoredb/index.md
@@ -17,6 +17,17 @@ docs:
17
```bash
18
dotnet add package Testcontainers.EventStoreDb
19
```
20
+ - id: nodejs
21
+ url: https://node.testcontainers.org/modules/eventstoredb/
22
+ maintainer: core
23
+ example: |
24
+ ```javascript
25
+ const container = await new EventStoreDBContainer("eventstore/eventstore:24.10").start();
26
+ ```
27
+ installation: |
28
+ ```bash
29
+ npm install @testcontainers/eventstoredb --save-dev
30
31
description: |
32
EventStoreDB is an event sourcing database that stores data in streams of immutable events.
33
---
0 commit comments