uptrace / bun

SQL-first Golang ORM
https://bun.uptrace.dev
BSD 2-Clause "Simplified" License
3.65k stars 221 forks source link

Using Bun with pgxpool.Pool #946

Closed aver-generics closed 8 months ago

aver-generics commented 8 months ago

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?