sqlcheck
Query analyzer
An automated tool that identifies common anti-patterns in SQL queries to improve query performance and maintainability.
Automatically identify anti-patterns in SQL queries
2k stars
62 watching
120 forks
Language: C++
last commit: 11 months ago
Linked from 3 awesome lists
command-linedatabasemicrosoft-sql-servermysqloraclepostgresqlsqlsqlite3
Related projects:
Repository | Description | Stars |
---|---|---|
yokawasa/action-sqlcheck | Automates anti-pattern detection in SQL queries using sqlcheck | 24 |
fuzzdb-project/fuzzdb | A comprehensive toolset for identifying and exploiting application vulnerabilities through dynamic testing | 8,288 |
sqlancer/sqlancer | Automated testing tool to identify logic and performance issues in databases | 1,512 |
sqlfluff/sqlfluff | A tool that analyzes and formats SQL code to improve readability and quality. | 8,349 |
payloadbox/sql-injection-payload-list | Provides a comprehensive list of SQL injection payloads and techniques | 5,067 |
sqlalchemy/sqlalchemy | A powerful library providing an object-relational mapping system to interact with databases in a Pythonic way. | 9,807 |
tommylemon/sqlauto | Automates testing of SQL queries against various databases by generating test data and parameters | 51 |
forbeslindesay/atdatabases | Prevents SQL Injection attacks by enforcing the use of typed template literals in database queries. | 610 |
bettyblocks/sql_dust | A tool to generate SQL queries using simple and intuitive syntax | 118 |
andialbrecht/sqlparse | A Python module for parsing and formatting SQL statements. | 3,778 |
r0oth3x49/ghauri | Automates detection and exploitation of SQL injection security flaws using a cross-platform tool. | 3,208 |
jooq/jooq | A powerful and type-safe way to write SQL queries in Java | 6,196 |
bytebase/bytebase | A comprehensive platform for managing and securing database development and operations across multiple databases and teams | 11,605 |
defog-ai/sqlcoder | An AI model that converts natural language questions to SQL queries | 3,445 |
tobymao/sqlglot | A comprehensive Python library for parsing and transpiling various SQL dialects to ensure compatibility and correctness. | 6,866 |