erdify-rs 1.1.1

CLI tool to generate Mermaid ER diagrams from PostgreSQL databases
Documentation
coverage:
  status:
    project:
      default:
        threshold: 1%
    patch:
      default:
        threshold: 5%

  range: 60..80
  round: down
  precision: 2

comment:
  layout: "reach,diff,files"
  behavior: default
  require_changes: true

flags:
  rust:
    paths:
      - "src/**"
      - "Cargo.toml"

ignore:
  - "target/**"
  - "src/main.rs"