mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Postgres: Support Trust Authentication #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AdriDevelopsThings on 2/3/2026
Hi,
currently it's not supported to authorize without a password (Trust Authentication) to a Postgres database using Databasus. It would be nice to have that and I guess it's not that hard to implement that.
Best regards