Sign inSign up

moeryomenko/sqlcheck

By moeryomenko

Updated over 5 years ago

Image
0

370

moeryomenko/sqlcheck repository overview

What Is SQLCheck?

sqlcheck automatically detects common SQL anti-patterns. Such anti-patterns often slow down queries. Addressing them will, therefore, help accelerate queries.

sqlcheck targets all major SQL dialects.

For development updates on sqlcheck and general news on next generation database systems.

What it can do

Right now SQLCheck can detect the following anti-patterns:

Logical Database Design Anti-Patterns
Physical Database Design Anti-Patterns
Query Anti-Patterns
Application Development Anti-Patterns

Usage as cli

docker run -v /path/to/sql_queries:/sql_queries -it moeryomenko/sqlcheck:latest /bin/sqlcheck -f /sql_queries/query.sql

Tag summary

Content type

Image

Digest

Size

4.2 MB

Last updated

over 5 years ago

docker pull moeryomenko/sqlcheck