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

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
Prerequisites
- PostgreSQL installed and configured
- Access to a PostgreSQL user with the necessary permissions
- Bash shell
Installation
- Clone the repository:
git clone https://github.com/chrfsa/postgres_with_bash.git
cd postgres_with_bash
```