Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting DB string which can be accessed by external tools #1678

Open
echarrod opened this issue Jan 3, 2025 · 0 comments
Open

Getting DB string which can be accessed by external tools #1678

echarrod opened this issue Jan 3, 2025 · 0 comments

Comments

@echarrod
Copy link
Contributor

echarrod commented Jan 3, 2025

Hey team 👋

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant