This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Use Prisma to interact with Supabase #178
CerealPlayer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prisma gives you the type safety and makes your queries a lot easier.
It also gives you the ability to work with other dbs (postgres docker) so no need to setup several supa projects for this.
We can also share the same db schema so we all have the same data.
Edit: Some more info in this comment
Beta Was this translation helpful? Give feedback.
All reactions