You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add dbname setting for PostgreSQL connections
Add database.dbname config option (env: DJ_DBNAME) to specify which
PostgreSQL database to connect to. Defaults to 'postgres' if not set
(existing behavior preserved).
Required where the primary database has a non-default name.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments