Lab realized as a student at ECN. This app is a python CLI (command line interface) to query a PostgreSQL database. https://github.com/DricomDragon/PythonPostgresLab

Jovian (Darkside) 4d26cd8087 Instructions for python libraries installation added %!s(int64=6) %!d(string=hai) anos
.gitignore bad4ff78b1 Initial commit %!s(int64=6) %!d(string=hai) anos
README.md 4d26cd8087 Instructions for python libraries installation added %!s(int64=6) %!d(string=hai) anos

README.md

PythonPostgresLab

A CLI (Command Line Interface) written in python to query a PostgreSQL database. Lab realized as a student at Ecole Centrale de Nantes (ECN).

Prerequisites

PyInquirer

For easy CLI python interfaces : sudo pip3 install pyinquirer

Postgres

To install PostgreSQL driver : sudo pip3 install postgres

PostgreSQL database

I suppose that you already have a running instance of postgreSQL. The schema is a model of a logistics company.