squawk-cli 2.9.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -225,12 +225,9 @@ repos:
|
|
|
225
225
|
|
|
226
226
|
Note the `files` parameter as it specifies the location of the files to be linted.
|
|
227
227
|
|
|
228
|
-
## Prior Art
|
|
228
|
+
## Prior Art / Related
|
|
229
229
|
|
|
230
230
|
- <https://github.com/erik/squabble>
|
|
231
|
-
|
|
232
|
-
### Related Tools
|
|
233
|
-
|
|
234
231
|
- <https://github.com/yandex/zero-downtime-migrations>
|
|
235
232
|
- <https://github.com/tbicr/django-pg-zero-downtime-migrations>
|
|
236
233
|
- <https://github.com/3YOURMIND/django-migration-linter>
|
|
@@ -240,6 +237,20 @@ Note the `files` parameter as it specifies the location of the files to be linte
|
|
|
240
237
|
- <https://github.com/kristiandupont/schemalint>
|
|
241
238
|
- <https://github.com/supabase-community/postgres-language-server>
|
|
242
239
|
- <https://github.com/premium-minds/sonar-postgres-plugin>
|
|
240
|
+
- <https://engineering.fb.com/2022/11/30/data-infrastructure/static-analysis-sql-queries/>
|
|
241
|
+
- <https://github.com/xNaCly/sqleibniz>
|
|
242
|
+
- <https://github.com/sqlfluff/sqlfluff>
|
|
243
|
+
- <https://atlasgo.io/lint/analyzers>
|
|
244
|
+
- <https://github.com/tobymao/sqlglot>
|
|
245
|
+
- <https://github.com/paupino/pg_parse>
|
|
246
|
+
- <https://github.com/sql-formatter-org/sql-formatter>
|
|
247
|
+
- <https://github.com/darold/pgFormatter>
|
|
248
|
+
- <https://github.com/sqls-server/sqls>
|
|
249
|
+
- <https://github.com/joe-re/sql-language-server>
|
|
250
|
+
- <https://github.com/nene/sql-parser-cst>
|
|
251
|
+
- <https://github.com/nene/prettier-plugin-sql-cst>
|
|
252
|
+
- <https://www.sqlstyle.guide>
|
|
253
|
+
- <https://github.com/ivank/potygen>
|
|
243
254
|
|
|
244
255
|
## Related Blog Posts / SE Posts / PG Docs
|
|
245
256
|
|