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 2bbae89 commit 248d95dCopy full SHA for 248d95d
packages/effect-mongodb/examples/README.md
@@ -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
14
+cd packages/effect-mongodb
15
+pnpm tsx examples/<example>.ts
16
0 commit comments