8000 Release Add more flexible constructor for `kpgx` · VinGarcia/ksql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add more flexible constructor for `kpgx`

Compare
Choose a tag to compare
@VinGarcia VinGarcia released this 11 Apr 23:06
· 235 commits to master since this release

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

0