Skip to content

Commit ceaa4de

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 73acf23 commit ceaa4de

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,8 @@ Kani verifies:
12151215

12161216
- [pgspot](https://github.com/timescale/pgspot) — Spot vulnerabilities in postgres extension scripts. Finds unsafe search_path usage and unsafe object creation in PostgreSQL extension scripts or any other PostgreSQL SQL code.
12171217

1218+
- [scythe](https://github.com/Goldziher/scythe) — Polyglot SQL compiler and linter that generates type-safe code from SQL with schema-aware linting.
1219+
12181220
- **sleek** :warning: — Sleek is a CLI tool for formatting SQL. It helps you maintain a consistent style across your SQL code, enhancing readability and productivity. The heavy lifting is done by the sqlformat crate.
12191221

12201222
- **sqlcheck** :warning: — Automatically identify anti-patterns in SQL queries.

data/api/tools.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18519,6 +18519,33 @@
1851918519
"demos": null,
1852018520
"wrapper": null
1852118521
},
18522+
"scythe": {
18523+
"name": "scythe",
18524+
"categories": [
18525+
"linter"
18526+
],
18527+
"languages": [
18528+
"sql"
18529+
],
18530+
"other": [],
18531+
"licenses": [
18532+
"MIT License"
18533+
],
18534+
"types": [
18535+
"cli"
18536+
],
18537+
"homepage": "https://github.com/Goldziher/scythe",
18538+
"source": "https://github.com/Goldziher/scythe",
18539+
"pricing": null,
18540+
"plans": null,
18541+
"description": "Polyglot SQL compiler and linter that generates type-safe code from SQL with schema-aware linting.",
18542+
"discussion": null,
18543+
"deprecated": null,
18544+
"resources": null,
18545+
"reviews": null,
18546+
"demos": null,
18547+
"wrapper": null
18548+
},
1852218549
"security-code-scan": {
1852318550
"name": "Security Code Scan",
1852418551
"categories": [

0 commit comments

Comments
 (0)