danielblagy / budget-app

0 stars 0 forks source link

[server] use pgxpool instead of pgx.Conn #48

Closed danielblagy closed 11 months ago

danielblagy commented 12 months ago

pgx.Conn which is being used right now to execute queries is not appropriate for concurrent use, switch to pgxpool instead.