mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 13:55:27 -05:00
Made Changes To Use a pgx Connection Pool
This commit is contained in:
parent
c327b571f6
commit
c1231d487a
5 changed files with 45 additions and 21 deletions
1
go.mod
1
go.mod
|
|
@ -17,6 +17,7 @@ require (
|
|||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
||||
github.com/jackc/puddle v1.3.0 // indirect
|
||||
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
||||
github.com/magiconair/properties v1.8.7 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue