This gem provides a hook into ActiveRecord to redact, sample, and aggregate SQL queries being ran against production systems. It gives you better visibility into exactly what kind of queries are being ...
SQL syntax validation and linting Converting queries between different SQL dialects (e.g., MySQL to PostgreSQL) Extracting and analyzing table references and dependencies Identifying column usage and ...