Can’t connect Postgres db from vercel to Prisma in Next.js project
I am trying to connect Postgres db created on vercel to Prisma in Next.js project.
Can’t connect Postgres db from vercel to Prisma in Next.js project
I am trying to connect Postgres db created on vercel to Prisma in Next.js project.
Can’t connect Postgres db from vercel to Prisma in Next.js project
I am trying to connect Postgres db created on vercel to Prisma in Next.js project.
cannot access vercel/postgres database with sql
i have a postresql db deployed on my vercel account. i used to be able to manage it with sql commands (import { sql } from ‘@vercel/postgres’). but now, even tough i connected it to the db and pulled the env files, i get “No data sources are configured to run this SQL and provide advanced code assistance.” error.
i cannot insert data into my postgreSQL db with Prisma Orm
i am working on a next.js web application. i am using vercel, postgreSQL and prisma. this is my prisma schema:
How to use one database for two projects or more in vercel
I have build two project using nextjs and I have already hosted the first one using vercel and now when I tried to host the second one I have found that vercel allow for creation of only one database using free plan.