This is a simple database manage for PostgreSQL databases. It allows you to connect to a database, view the tables, and view the data in the tables. You can also run SQL queries on the database.
To install the database manager, simply clone the repository and run the following command:
$ python -m venv venv
$ source venv/bin/activate (Mac/Linux) or venv\Scripts\activate (Windows)
$ cp .env.example .env
$ pip install -r requirements.txt
$ python pgsql.py