We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b5002b + fa55540 commit 08a0dd6Copy full SHA for 08a0dd6
data/tools/diesel-guard.yml
@@ -0,0 +1,14 @@
1
+name: diesel-guard
2
+categories:
3
+ - linter
4
+tags:
5
+ - sql
6
+ - rust
7
+license: MIT License
8
+types:
9
+ - cli
10
+source: 'https://github.com/ayarotsky/diesel-guard'
11
+homepage: 'https://github.com/ayarotsky/diesel-guard'
12
+description: >-
13
+ Linter for dangerous Postgres migration patterns in Diesel and SQLx.
14
+ Prevents downtime caused by unsafe schema changes.
0 commit comments