I have a Nextjs + PostgreSQL project, that I started to use Prisma with... Does Supabase work well with a existing PostgreSQL?
n
Needle
03/25/2022, 2:37 PM
Hello @justcode123!
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.
l
lawrencecchen
03/26/2022, 3:57 AM
Yep, supabase works with prisma since it's literally just postgres
n
Needle
03/26/2022, 3:57 AM
justcode123 (2022-03-25)
j
justcode123
03/29/2022, 2:45 PM
Do I just change the dB info in settings? To use my localhost? I can’t find a good example. Or, do I have to pull/clone a repo?