Updated PGX Support (markdown)

Vinícius Garcia 2023-07-02 22:19:00 -03:00
parent ba77fdefe2
commit b21796ec4d

@ -18,7 +18,7 @@ When using the `Query`, `QueryOne` and `QueryChunks` functions all arguments pas
The example query below also [available here][examples/pgxsupport] illustrates one possible use-case:
[examples/pgxsupport]: https://github.com/VinGarcia/ksql/blob/master/examples/pgxsupport/main.go#L92
[examples/pgxsupport]: https://github.com/VinGarcia/ksql/blob/master/examples/pgxsupport/main.go#L91
```golang
func checkIfUserBelongsToTeams(ctx context.Context, db ksql.Provider, userID int, teamIDs []int) {