Connect to a remote database? #708
Answered
by
akiver
fengyaocheng
asked this question in
Q&A
-
Can I connect to a remote database on windows.exe? For example, when connecting to the data I deployed on Linux, it now prompts me: PSQL binary not found This usually means that PostgreSQL is not installed on your system, or the path to the psql executable file is not in the PATH environment variable. |
Beta Was this translation helpful? Give feedback.
Answered by
akiver
Dec 16, 2023
Replies: 1 comment
-
Yes you can , I added a doc about this here. You have to install only the psql CLI on your local machine. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akiver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you can , I added a doc about this here.
You have to install only the psql CLI on your local machine.