From 1157f4c68bcdabaa4d52c4ac4407cb392c14c2af Mon Sep 17 00:00:00 2001 From: Na'aman Hirschfeld Date: Sun, 30 Aug 2026 07:45:13 +0200 Subject: [PATCH] Add scythe --- data/tools/scythe.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/tools/scythe.yml diff --git a/data/tools/scythe.yml b/data/tools/scythe.yml new file mode 100644 index 000000000..cd3414c76 --- /dev/null +++ b/data/tools/scythe.yml @@ -0,0 +1,11 @@ +name: scythe +categories: + - linter +tags: + - sql +license: MIT License +types: + - cli +source: 'https://github.com/Goldziher/scythe' +homepage: 'https://github.com/Goldziher/scythe' +description: 'Polyglot SQL compiler and linter that generates type-safe code from SQL with schema-aware linting.'