Getting Hanami to behave in a similar way to Rails' out-of-the-box support for Postgres peer mode isn't obvious, but this config for `.env.development` seems to work:
`DATABASE_URL="postgresql://$(whoami)@/[name of database]"`
So far so good, but does anyone want to talk me out of developing a greenfield app with Hanami? After ~20 years of Rails it's already feeling like I'm making things harder for myself than they need to be. Need encouragement to push ahead.
#hanami #ruby