Acerca de
The Database Function Lint Manager is a specialized tool for maintaining PostgreSQL database health by identifying broken functions and cross-referencing them with application code. It helps developers detect critical issues like missing column references, relation errors, and type mismatches across local, staging, and production environments. By analyzing actual usage patterns in TypeScript or JavaScript files, it distinguishes between high-priority fixes and safe-to-drop legacy functions, providing a structured workflow for database cleanup and pre-deployment validation.