diesel-guard 0.10.0

Linter for dangerous Postgres migration patterns in Diesel and SQLx. Prevents downtime caused by unsafe schema changes.
Documentation
1
2
3
4
5
6
7
8
9
10
## What does this PR do?

<!-- Brief description of the change and the motivation behind it. -->

## Checklist

- [ ] Relevant issue assigned under the `Development` section
- [ ] Docs updated (`docs/src/checks/<check>.md` + `docs/src/SUMMARY.md`)
- [ ] One check per PR
- [ ] No unrelated changes