You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just some feedback on API ergonomics. I think it would make API more ergonomic if pg-structure would keep connections open if it passed pg.Client or pg.Pool — the justification is that if a user passed an initialised connection then they are responsible for its lifecycle.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the pg-structure!
Just some feedback on API ergonomics. I think it would make API more ergonomic if pg-structure would keep connections open if it passed
pg.Client
orpg.Pool
— the justification is that if a user passed an initialised connection then they are responsible for its lifecycle.The text was updated successfully, but these errors were encountered: