Hopefully this might be helpful - there's a set of handy instructions on your projects' home page if you click the "Connect" button and select the "ORMs" tab
The open source Firebase alternative.
Supabase gives developers everything they need to build and scale their business so they can spend more time focusing on their users.
Nice guide. I would add that if you want to use prisma to generate migrations. For those to be usable with supabase-js and postgrest I recommend to leverage the native database functions in your "id" definitions like mentioned here: github.com/supabase/cli/issues/277...
If anyone needs help regarding Prisma / Postgres you can get support in our discord
The discord is very welcoming to new comers!
Prisma + Supabse is an awesome combo.
This is awesome!
Thank you so much. I wish I had known how easy this was in the past. Grateful for this resource!
Prisma + Supabase is the perfect combo.
I know a lot of apps built with this combination!
Supabase and Prisma makes development so much easier. Love this combo
This is great!!
Brilliant, thank you!
Thank you!
This is so sick! π―
I was just trying out setting up Prisma with Postgres and found this guide. Thanks for writing this.
Thank you so much, this is what I was looking for. A great guide to setup Prisma with Postgres.
Hopefully this might be helpful - there's a set of handy instructions on your projects' home page if you click the "Connect" button and select the "ORMs" tab

Yes! Thanks for sharing @joshenlim
Nice guide. I would add that if you want to use prisma to generate migrations. For those to be usable with
supabase-jsandpostgrestI recommend to leverage thenative database functionsin your "id" definitions like mentioned here: github.com/supabase/cli/issues/277...Nice share!
Supabase and Prisma is the perfect match for us, it makes life so easy to build things quickly.
That is awesome!
Thankyou!
Prisma Postgres is an incredible pairing for a backend. Both tools are used and loved by the Supabase Community.
AMAZING!!
Thanks, will check it out
Prisma and Supabase are really a great fit. Great combo!
yes yes yes
Always happy to help
awesome
Easy to setup π, thanks!
π Prisma + Supabase
Awesome! π€©
This is amazing! πͺπͺ
You can also find some details on using Row Level Security (RLS) with Prisma here: supabase.com/partners/integrations...
This is an absolute game changer!
Super seamless, nice ππ
The memes in there are crazy lol
Also note for anyone else who's wondering the official Prisma documentation related to this is here: prisma.io/docs/orm/overview/databa...
The important step adding
Very nice.
I was trying initially without the direct_url but apparently it's required if you need to do migrations.