Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 325 Bytes

configure_postgre.md

File metadata and controls

11 lines (7 loc) · 325 Bytes

Using PostgreSQL in the Project

Additional Requirements for PostgreSQL

If you are using a PostgreSQL database in your project, you need to install the PostgreSQL client on your machine.

Installation Steps:

To install the PostgreSQL client, use the following command:

apt-get install -y postgresql-client