accessing vercel postgres from python
Unanswered
American Kestrel posted this in #help-forum
American KestrelOP
How to access vercel postgres from python script?
1 Reply
Toyger
https://vercel.com/docs/storage/vercel-postgres/quickstart#review-what-was-created
they provide you with credentials you can use them to connect to your database, but more likely it can be accessible only from vercel server pool so you need to run your script in vercel runtime.
they provide you with credentials you can use them to connect to your database, but more likely it can be accessible only from vercel server pool so you need to run your script in vercel runtime.