Next.js - How to setup & use Vercel Postgres (Serverless PostgreSQL database)

preview_player
Показать описание


My courses:

💻 MY GEAR

Connect with me:

#vercel #postgresql #nextjs
Рекомендации по теме
Комментарии
Автор

Thank you! Answers all my questions so far.

tomdringer
Автор

No bullshit straight to the point. Awesome!

CREATORS
Автор

Oh I am surprised today one more video 😅 love from India 🇮🇳

wassu
Автор

nice video! is there a way to insert massive data from sql export to the vercel's db? i've been working with my local database, and i would like to replicate my data to the remote one. Thanks a lot guy!

franmoyano
Автор

Have you tried this via Prisma, Vercel Postgres? I keep getting an error code P1001 saying it can’t connect to the database. Even Vercels example repository errors out 😂

DevGio
Автор

I like it when you say "shwitz" :)

ilirbajrami
Автор

How would this be done using app router? right now when I open /api/pets it shows page error 404

williamtanardi
Автор

I dont want to deploy my project to vercel or create a db there. i created my pg db locally and i need a way that will allow me to connect to it then use the api to run queries against it

codyt_arsis
Автор

Can you do video about Server Actions of nextjs 13.4

LtTheXamax
Автор

Can i deploy my next13 app + Prisma + postgres into vercel postgres?

hamzandev
Автор

Would anyone know why my api/pets would 404? I'm using the app folder, rather than pages.

tomdringer
Автор

hi Thomas, you have a little error with the video title, I believe you meant next.js not next.ja

stanleychukwu
Автор

can i use this same example for app roter?

dght
Автор

Is it possible to hosting postgres in Vercel despite not using Next JS as a framework(ex: Vue JS), and is there any different step if I want to link verrcel postgres db to ORM (ex: Sequelize) ?

MakarovSergey
Автор

great video, very helpful
was stuck from a long time.

mrinaalarora