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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,9 +132,11 @@ func main() {
132
132
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:
133
133
134
134
```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
136
136
```
137
137
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`.
0 commit comments