diff --git a/data/tools/diesel-guard.yml b/data/tools/diesel-guard.yml new file mode 100644 index 000000000..8084bb15c --- /dev/null +++ b/data/tools/diesel-guard.yml @@ -0,0 +1,14 @@ +name: diesel-guard +categories: + - linter +tags: + - sql + - rust +license: MIT License +types: + - cli +source: 'https://github.com/ayarotsky/diesel-guard' +homepage: 'https://github.com/ayarotsky/diesel-guard' +description: >- + Linter for dangerous Postgres migration patterns in Diesel and SQLx. + Prevents downtime caused by unsafe schema changes.