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.'