Skip to content

Commit 1378e25

Browse files
authoredMar 23, 2025
Add node section to EventStoreDB (#128)
1 parent 6aa943a commit 1378e25

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎modules/eventstoredb/index.md

+11
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ docs:
1717
```bash
1818
dotnet add package Testcontainers.EventStoreDb
1919
```
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+
```
2031
description: |
2132
EventStoreDB is an event sourcing database that stores data in streams of immutable events.
2233
---

0 commit comments

Comments
 (0)