Site icon Database Tutorials

Connect To Postgresql Windows Command Line

In today’s article, I will explain how to connect to postgresql with the Windows command line.

Before connecting with the Windows command line, we need to install PostgreSQL. After installation, you can connect with psql as follows.

First, we go to the directory where the psql client is as follows.

We made our connection by typing psql as above.

Exit mobile version