#!/bin/bash
docker compose exec -it db psql -U ${POSTGRES_USER:-postgres} -d demo
