1 Repo
Tools specifically designed to scan database operations for inefficiencies and missing indices.
Distinct from SQLite Query Interfaces: Focuses on auditing query efficiency rather than the general database engine or interface.
Explore 1 awesome GitHub repository matching data & databases · Query Auditing Tools. 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 operations for inefficiencies such as full table scans and missing indices.