You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can get a local DB string for my staging/prod DB by doing:
encore db conn-uri myDBName --env=stg
which gives me something like: postgresql://encore:<password>@127.0.0.1:54303/myDBName?sslmode=disable
How can I get a string which would be accessibly by another 3rd party tool? I looked on both the Go docs and the Encore Cloud docs, but couldn't see anything for this.
I am trying to integrate either Superblocks or Retool to create an internal dashboard using my Postgres DBs.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hey team 👋
I can get a local DB string for my staging/prod DB by doing:
which gives me something like:
postgresql://encore:<password>@127.0.0.1:54303/myDBName?sslmode=disable
How can I get a string which would be accessibly by another 3rd party tool? I looked on both the Go docs and the Encore Cloud docs, but couldn't see anything for this.
I am trying to integrate either Superblocks or Retool to create an internal dashboard using my Postgres DBs.
Thanks in advance
The text was updated successfully, but these errors were encountered: