TIL: Postgres truncates long database names, so I hash my worktree name
Postgres identifiers stop at 63 bytes. If your Phoenix dev database name comes from a branch or worktree name, a descriptive branch will silently blow past that limit and your app will try to connect to a database that does not exist.