No badges yet
How do I connect PostgreSQL database to Express.js API in Vercel?
No accepted solutions yet
I have an Express.js API running on Vercel with a PostgreSQL storage, but I can't get them to connect. My pool configuration in the API is as follows: ``` const { Pool } =...