About
The Persistence Layer Auditor provides a systematic framework for maintaining database health and ensuring alignment between your SQL schema and application code. It automates the process of identifying schema drift, detecting unreferenced database methods, and pruning bloated tables that are no longer in use. By combining recursive grep-based analysis with direct SQLite querying, this skill helps developers resolve foreign key conflicts and maintain a lean, efficient interface between their database manager and execution logic, which is especially critical for data-intensive applications like trading systems.