MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.99k stars 404 forks source link

Handle environments without home dir #1011

Closed LeonardBesson closed 1 year ago

LeonardBesson commented 1 year ago

Certain environments don't have a home directory, such as systemd services with DynamicUser=yes. This adds error handling when connecting in such cases.