1 مستودع
Static or dynamic analysis tools that scan SQLite statements for inefficient patterns and missing indexes.
Distinct from Full Table Scans: Focuses on linting SQL statements for efficiency rather than executing queries or managing tables.
Explore 1 awesome GitHub repository matching data & databases · SQLite Query Linters. Refine with filters or upvote what's useful.
Matrix is a suite of mobile application performance management and analysis tools. It provides a plugin-based monitoring system for capturing crashes, lags, and memory leaks, alongside a static binary auditor for reducing installation package size and a bytecode instrumentation tool for performance tracking. The project distinguishes itself through native memory debugging and a SQLite query linter that identifies inefficient database patterns. It employs native interception techniques to detect memory leaks and heap corruption without requiring source code recompilation, and uses a custom run
Scans database statements for full table scans and missing indexes to optimize retrieval speed.