# pglockanalyze
Analyze and diagnose the locks acquired by your PostgreSQL migrations.
For use in CI and development environments.
## Status
This software is experimental and under development; not yet ready for
production use.
## Usage
```shell
acquired `AccessExclusive` lock on relation `users` (oid=16386)
```
Use `--help` to see all options.