uptrace / bun

SQL-first Golang ORM

Home Page:https://bun.uptrace.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Bun with pgxpool.Pool

aver-generics opened this issue · comments

The pgx example in the docs uses the stdlib version of pgx.

Can Bun work with pgxpool.Pool? Or is it recommended to switch to either a simple sql.Open or something like pgBouncer?