# `Gust.DBLocker.Postgres`

Implements DB-backed advisory locking using Postgres.

Uses `pg_try_advisory_lock/1` inside a checkout to attempt the lock and passes
the success flag to the provided callback.

# `try_lock`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
