Skip to content

Commit 248d95d

Browse files
committed
add README.md on how to run examples for effect-mongodb package
1 parent 2bbae89 commit 248d95d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# effect-mongodb Examples
2+
3+
This directory contains some examples of `effect-mongodb` package.
4+
5+
In root directory of this repository you can find a `docker-compose.yml` that sets up a local MongoDB instance.
6+
7+
```shell
8+
pnpm run infra
9+
```
10+
11+
Then you can run the examples with:
12+
13+
```shell
14+
cd packages/effect-mongodb
15+
pnpm tsx examples/<example>.ts
16+
```

0 commit comments

Comments
 (0)