What this does
This tool removes line comments, block comments, and repeated whitespace. It is useful for compact snippets in tests and config values.
Before using in production
Keep a readable formatted copy of important queries in source control. Minified SQL is smaller, but harder to review.