Hi!
I would like to try Fresco for my current research project. However, I have tried to creating a database in the Vercel website, but the option stated in the deployment guide is no longer available (“Serverless SQL” - Postgress). What is the current guidelines? Is it ok to use Blob?
Thank you!
Hello!
Welcome to the community and sorry for the issue you’re having. It looks like Vercel is no longer offering postgres databases themselves, and is now outsourcing it to a company called neon (who was previously providing it to them).
So to answer your question, you need to click on the Neon Serverless Postgres option:
After this, you can configure the region and “plan” (the free option is still available, called “launch”):
Once created, you should be able to continue the setup guide.
Thanks for letting us know about this issue, I will try to update the documentation as soon as I can.