Skip to content

Commit 1b85376

Browse files
committed
Document independent pgxcopy adapter release tag
1 parent 31a500b commit 1b85376

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,11 @@ func main() {
132132
For PostgreSQL/Hologres append-only ingestion, use `CopyFromExecutor`. The root module only depends on the minimal `CopyFromClient` interface. The pgx implementation lives in the optional adapter module:
133133

134134
```bash
135-
go get github.com/rushairer/batchflow/adapters/pgxcopy@v2.0.0-rc.2
135+
go get github.com/rushairer/batchflow/adapters/pgxcopy@v0.1.0-rc.2
136136
```
137137

138+
`adapters/pgxcopy` is an independent Go module. In this repository, its Git tag should be `adapters/pgxcopy/v0.1.0-rc.2`, while the root module tag remains `v2.0.0-rc.2`.
139+
138140
```go
139141
import (
140142
batchflow "github.com/rushairer/batchflow/v2"

0 commit comments

Comments
 (0)