
Join the Conversation!
Subscribing gives you access to the comments so you can share your ideas, ask questions, and connect with others.
In this lesson, we'll create a supabase account and create a database for us to connect to Prisma.
Supabase is a , or Backend as a Service. Supabase offers a ton of different tools and features for any project:
For this module- we'll be focusing on just the aspect of their service.
Supabase gives you a fully managed Postgres database, which works seamlessly with Prisma. You don't need to worry about setting up or managing the database yourself.
Supabase gives you a free database, and you don't have to worry about setting up or managing a database on a VPS or managing it manually.
As your app grows, Supabase's Postgres database can handle the load. It automatically backs up your data and ensures it's always available.
Other Database Options While Supabase with Postgres is a great choice, you have other options too:
: Another popular database that works well with Prisma.
: A lightweight database that's perfect for small apps or local development.
: A NoSQL database that can be used with Prisma, but with some limitations.
At the end of the day, the best database provider and options will depend on each project. But to get quickly up and running: We'll use Supabase.
"Please login to view comments"
Subscribing gives you access to the comments so you can share your ideas, ask questions, and connect with others.