What are the pro's and con's of using prisma + sup...
# help
n
What are the pro's and con's of using prisma + supabase?
n
Hello @nkeating! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
n
@User
o
Hi We already got the mention from the bot, you needn't to mention the ``@Support`` role again. Thanks you
n
nkeating (2022-03-28)
n
nudge
o
Actually i don't see any reason to use both. Prisma generates you an ORM, while Supabase does the same. I think the best way to combine both would be to generate entities & migrations using Prisma, and then using Supabase for its dashboard + orm @nkeating