Skip to content

Commit 08a0dd6

Browse files
authored
Merge pull request #1763 from ayarotsky/add-diesel-guard
Add diesel-guard
2 parents 9b5002b + fa55540 commit 08a0dd6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

data/tools/diesel-guard.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)