Add more flexible constructor for `kpgx`
Add the new kpgx.NewFromPgxPool(pool *pgxpool.Pool) (ksql.DB, error)
constructor for allowing users to setup more complicated configurations for pgxpool
.
8000
Add the new kpgx.NewFromPgxPool(pool *pgxpool.Pool) (ksql.DB, error)
constructor for allowing users to setup more complicated configurations for pgxpool
.