Postgres SQL Commands in Docker
Postgres SQL Commands in Docker
================================
docker exec -it systems-puzzle-master_db_1 bash
Now you are ‘inside’ your container. We can access postgres and create the
database.
To switch DB:
=============
\c dbname (eg:flaskapp_db)