-
|
I am attempting to use Supabase as my postgresql database with PostGIS. Here is the command I am running to try and connect: Here is the error I am getting: I've tried escaping the And I get the following error: I am able to connect to the database using my JetBrains IDE, so I believe the issue is with either how I'm passing in the connection_string or possibly how martin handles connections. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
This smells much more like a connection string / networking issue than a Martin bug. can you connect using Maybe it is the port, maybe |
Beta Was this translation helpful? Give feedback.
-
|
(transfered to a discussion since I don't know if this is an actual issue with us or just or if it can be improved) |
Beta Was this translation helpful? Give feedback.
I figured out the issue.
For future reference, Supabase direct connect uses IPv6 and I guess Martin or something during the connection process doesn't like that. I ended up using the session pooler supabase provides as that uses IPv4.