Back to Projects

postgres_with_bash

This project contains two separate subprojects, each using Bash scripts to interact with PostgreSQL databases. The first subproject, [students_database](./students_database), manages student and course data. The second subproject, [game_database](./game_database), manages World Cup match data.

December 21, 2025
 postgres_with_bash

Tech Stack

PostgreSqlBash

Database Management with PostgreSQL and Bash

Description

This project contains two separate subprojects, each using Bash scripts to interact with PostgreSQL databases. The first subproject, students_database, manages student and course data. The second subproject, game_database, manages World Cup match data.

Table of Contents

  1. Prerequisites
  2. Installation

Prerequisites

  • PostgreSQL installed and configured
  • Access to a PostgreSQL user with the necessary permissions
  • Bash shell

Installation

  1. Clone the repository:
    git clone https://github.com/chrfsa/postgres_with_bash.git
    cd postgres_with_bash
    ```
postgres_with_bash | Mohand Saïd Cheurfa