Skip to content

Commit 9531785

Browse files
authored
Add SlowQL - SQL static analyzer
1 parent ded8ca4 commit 9531785

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

data/tools/slowql.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: SlowQL
2+
tags:
3+
- sql
4+
- security
5+
- performance
6+
license: Apache-2.0
7+
types:
8+
- cli
9+
source: 'https://github.com/makroumi/slowql'
10+
homepage: 'https://github.com/makroumi/slowql'
11+
description: >-
12+
SQL static analyzer with 171 rules across 6 dimensions: security,
13+
performance, reliability, compliance (GDPR, HIPAA, PCI-DSS, SOX, CCPA),
14+
quality, and cost. Zero external dependencies. Completely offline.
15+
Works on .sql files via CLI.

0 commit comments

Comments
 (0)