Introduction

Untitled

Docker

Docker Documentation

PostgreSQL

PostgreSQL is an open-source database and we will be working with it to run local tests. To interact with the database via command line, we can make use of the pgcli library. To install it, run pip install pgcli.

PostgreSQL

pgcli