squawk-cli 2.9.0__py3-none-win_amd64.whl → 2.11.0__py3-none-win_amd64.whl
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.
- {squawk_cli-2.9.0.data → squawk_cli-2.11.0.data}/scripts/squawk.exe +0 -0
- {squawk_cli-2.9.0.dist-info → squawk_cli-2.11.0.dist-info}/METADATA +16 -5
- squawk_cli-2.11.0.dist-info/RECORD +4 -0
- squawk_cli-2.9.0.dist-info/RECORD +0 -4
- {squawk_cli-2.9.0.dist-info → squawk_cli-2.11.0.dist-info}/WHEEL +0 -0
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: squawk-cli
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.11.0
|
4
4
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
5
5
|
Classifier: Operating System :: MacOS
|
6
6
|
Classifier: Operating System :: Microsoft :: Windows
|
@@ -244,12 +244,9 @@ repos:
|
|
244
244
|
|
245
245
|
Note the `files` parameter as it specifies the location of the files to be linted.
|
246
246
|
|
247
|
-
## Prior Art
|
247
|
+
## Prior Art / Related
|
248
248
|
|
249
249
|
- <https://github.com/erik/squabble>
|
250
|
-
|
251
|
-
### Related Tools
|
252
|
-
|
253
250
|
- <https://github.com/yandex/zero-downtime-migrations>
|
254
251
|
- <https://github.com/tbicr/django-pg-zero-downtime-migrations>
|
255
252
|
- <https://github.com/3YOURMIND/django-migration-linter>
|
@@ -259,6 +256,20 @@ Note the `files` parameter as it specifies the location of the files to be linte
|
|
259
256
|
- <https://github.com/kristiandupont/schemalint>
|
260
257
|
- <https://github.com/supabase-community/postgres-language-server>
|
261
258
|
- <https://github.com/premium-minds/sonar-postgres-plugin>
|
259
|
+
- <https://engineering.fb.com/2022/11/30/data-infrastructure/static-analysis-sql-queries/>
|
260
|
+
- <https://github.com/xNaCly/sqleibniz>
|
261
|
+
- <https://github.com/sqlfluff/sqlfluff>
|
262
|
+
- <https://atlasgo.io/lint/analyzers>
|
263
|
+
- <https://github.com/tobymao/sqlglot>
|
264
|
+
- <https://github.com/paupino/pg_parse>
|
265
|
+
- <https://github.com/sql-formatter-org/sql-formatter>
|
266
|
+
- <https://github.com/darold/pgFormatter>
|
267
|
+
- <https://github.com/sqls-server/sqls>
|
268
|
+
- <https://github.com/joe-re/sql-language-server>
|
269
|
+
- <https://github.com/nene/sql-parser-cst>
|
270
|
+
- <https://github.com/nene/prettier-plugin-sql-cst>
|
271
|
+
- <https://www.sqlstyle.guide>
|
272
|
+
- <https://github.com/ivank/potygen>
|
262
273
|
|
263
274
|
## Related Blog Posts / SE Posts / PG Docs
|
264
275
|
|
@@ -0,0 +1,4 @@
|
|
1
|
+
squawk_cli-2.11.0.data/scripts/squawk.exe,sha256=Nt-68DRgkkQAawpdDSJclEuWGoZ5Uq8Eu4Ty9pCmeYU,6385152
|
2
|
+
squawk_cli-2.11.0.dist-info/METADATA,sha256=tYRVszmO95pR1rHRrlX0fdtG-pyPwW92L_4m1HMpq1I,11394
|
3
|
+
squawk_cli-2.11.0.dist-info/WHEEL,sha256=ezZ0UavAgFc3zAwcynOaW_2bkD5G8wEuJDlcNOURk-k,93
|
4
|
+
squawk_cli-2.11.0.dist-info/RECORD,,
|
@@ -1,4 +0,0 @@
|
|
1
|
-
squawk_cli-2.9.0.data/scripts/squawk.exe,sha256=u7D8QMPxHOlxpk1dhpWcyuDR_EkH-HsxYYNXy-jPHPQ,6382592
|
2
|
-
squawk_cli-2.9.0.dist-info/METADATA,sha256=RvdwOzmWna8ir270O_FV4enTOupx25GTcUDp-0-6ZoE,10751
|
3
|
-
squawk_cli-2.9.0.dist-info/WHEEL,sha256=ezZ0UavAgFc3zAwcynOaW_2bkD5G8wEuJDlcNOURk-k,93
|
4
|
-
squawk_cli-2.9.0.dist-info/RECORD,,
|
File without changes
|