pacto
DTDrizzle Team
•Created by pacto on 6/14/2024 in #help
Drizzle with self hosted supabase not working
Hello, I created a self hosted instance of supabase on my machine. I am also using nextjs. Because of that I need to be using neon driver to connect to supabase instance.
This is how I create connection
I have my instance hosted on machine
192.168.50.88
Now when I try to push newly generated migration I am getting
my connection string is DATABASE_URL=postgres://postgres.<my password>@192.168.50.88:5432/postgres
12 replies