Add MySQL and PostgreSQL connectors to Go syncer (#18162)

As title

---------

Co-authored-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
mkaaad
2026-08-13 20:16:44 +08:00
committed by GitHub
parent c5ff2bced5
commit 3ce1b9be3d
13 changed files with 2111 additions and 24 deletions

4
go.mod
View File

@@ -148,6 +148,10 @@ require (
github.com/googleapis/gax-go/v2 v2.23.0 // indirect
github.com/goph/emperror v0.17.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.10.0
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.18.6 // indirect