Supabase
If you want to use Supabase as your database, you can follow the steps below to connect your app to Supabase.
Postgres Connection
- Copy the
DATABASE_URLfrom your Supabase project and set it as theDATABASE_URLenvironment variable. - Change the
providertopostgresqlin theprisma/schema.prismafile. - Run the
npx prisma db pushcommand to create the database schema.