Accessing postgres database directly? #413
-
Is there a way to directly access postgres database without going through the Supabase API? Essentially, I would like the ability to write contents to the database through the Supabase API, but for reads, I would like to use Cube.js which requires connection to the postgres database directly. Is there a way to receive the database creds/access? |
Beta Was this translation helpful? Give feedback.
Answered by
steve-chavez
Dec 18, 2020
Replies: 1 comment 1 reply
-
Yes, the postgres connection string is at |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sanketch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the postgres connection string is at
/project/<your_id>/settings/database
(click cog, then database).