chainloop-dev / chainloop

Chainloop is an Open Source evidence store for your Software Supply Chain attestations, SBOMs, VEX, SARIF, CSAF files, QA reports, and more.
https://docs.chainloop.dev
Apache License 2.0
375 stars 29 forks source link

chore: use pgxpool #1594

Closed migmartri closed 10 hours ago

migmartri commented 10 hours ago

Enables support to connection pooling via pgxpool.

It also uses their default instead of ours.

refs #1533