You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clickhouse/README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,13 @@ Install the clickhouse implementation:
31
31
go get github.com/gofiber/storage/clickhouse
32
32
```
33
33
34
-
Before running or testing this implementation, you must ensure a Clickhouse cluster is available.
34
+
### Running the tests
35
+
36
+
This module uses Testcontainers for Go to run integration tests, which will start a local instance of Clickhouse as a Docker container under the hood. To run the tests, you must have Docker installed on your machine.
37
+
38
+
### Local development
39
+
40
+
Before running this implementation, you must ensure a Clickhouse cluster is available.
35
41
For local development, we recommend using the Clickhouse Docker image; it contains everything
0 commit comments