How to programmatically create Vercel Postgres?
Answered
Bombay posted this in #help-forum
BombayOP
Hi, we need to create a Vercel Postgres (database) programmatically with our API, is it possible at this moment? I tried to search on Vercel site but can't find anything. Vercel REST API also does not have it. Thanks.
Answered by tafutada777
if u mean provisioning such as Terraform, it is not supported as mensioned in the official doc at
https://vercel.com/docs/storage/vercel-postgres/limits#general-limitations
https://vercel.com/docs/storage/vercel-postgres/limits#general-limitations
4 Replies
what do you mean by 'programmatically create' ?
@tafutada777 what do you mean by 'programmatically create' ?
Jersey Wooly
Infrastructure as code blud
if u mean provisioning such as Terraform, it is not supported as mensioned in the official doc at
https://vercel.com/docs/storage/vercel-postgres/limits#general-limitations
https://vercel.com/docs/storage/vercel-postgres/limits#general-limitations
Answer