diesel-guard 0.10.0

Linter for dangerous Postgres migration patterns in Diesel and SQLx. Prevents downtime caused by unsafe schema changes.
Documentation
# Summary

- [Introduction]introduction.md
- [Installation]installation.md
- [Quick Start]quickstart.md
- [Configuration]configuration.md
- [Framework Adapters]frameworks.md
- [Checks]checks/overview.md
  - [Add Check Constraint]checks/add-check-constraint.md
  - [ADD COLUMN with DEFAULT]checks/add-column-default.md
  - [Adding an EXCLUDE Constraint]checks/add-exclude-constraint.md
  - [Add Foreign Key]checks/add_foreign_key.md
  - [Adding an Index]checks/adding-index.md
  - [Adding a UNIQUE Constraint]checks/adding-unique-constraint.md
  - [Changing Column Type]checks/changing-column-type.md
  - [CHAR Fields]checks/char-field.md
  - [Create Table with SERIAL]checks/create-table-serial.md
  - [Creating an Extension]checks/creating-extension.md
  - [Creating a Table without Primary Key]checks/create-table-without-pk.md
  - [Domain CHECK Constraint]checks/add-domain-check-constraint.md
  - [Dropping a Column]checks/dropping-column.md
  - [Dropping a Constraint]checks/dropping-constraint.md
  - [Dropping a Database]checks/dropping-database.md
  - [Dropping an Index]checks/dropping-index.md
  - [Dropping NOT NULL]checks/drop-not-null.md
  - [Dropping a Primary Key]checks/dropping-primary-key.md
  - [Dropping a Table]checks/dropping-table.md
  - [Generated Columns]checks/generated-column.md
  - [JSON Fields]checks/json-field.md
  - [Mutation without WHERE]checks/mutation-without-where.md
  - [Wide Indexes]checks/multiple-column-index.md
  - [REFRESH MATERIALIZED VIEW]checks/refresh-materialized-view.md
  - [Renaming a Column]checks/renaming-column.md
  - [Renaming a Schema]checks/renaming-schema.md
  - [Renaming a Table]checks/renaming-table.md
  - [REINDEX]checks/reindexing.md
  - [SERIAL Primary Keys]checks/serial-primary-key.md
  - [SET NOT NULL]checks/set-not-null.md
  - [Short Primary Keys]checks/short-primary-key.md
  - [TIMESTAMP Fields]checks/timestamp-field.md
  - [TRUNCATE TABLE]checks/truncating-table.md
  - [Unnamed Constraints]checks/unnamed-constraint.md
- [Custom Checks]custom-checks.md
- [Safety-Assured Blocks]safety-assured.md
- [CI/CD Integration]ci-cd.md