#!/bin/bash
set -euxo pipefail

docker compose exec postgres psql postgresql://postgres:postgres@localhost/PROJECT_NAME_dev
