Clean commands up

This commit is contained in:
2026-01-24 16:54:54 -06:00
parent e30bf5d96d
commit 4f37a72d7b
7 changed files with 18 additions and 8 deletions

9
framework/common.d/db Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ROOT="$DIR/../.."
# FIXME: don't hard code this of course
PGPASSWORD=diachron psql -U diachron -h localhost diachron