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 814becd commit 7c7ab3aCopy full SHA for 7c7ab3a
README.md
@@ -10,6 +10,12 @@ This client SDK includes support for [Testcontainers](https://testcontainers.com
10
11
## Getting Started
12
13
+Install the client SDK:
14
+
15
+```shell
16
+npm install eventsourcingdb
17
+```
18
19
Import the `Client` class and create an instance by providing the URL of your EventSourcingDB instance and the API token to use:
20
21
```typescript
0 commit comments