Skip to content

Commit fa55540

Browse files
committed
Add diesel-guard
1 parent ded8ca4 commit fa55540

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)