Squelch squelches SQL! This gem is a purposefully simple string obfuscator. It aims to replace every data literal in a SQL query with a `?` placeholder, as though it were a prepared statement. The result should still be readable SQL, but without the risk of leaking potentially sensitive information.
Required Ruby Version
>= 2.6.0
Authors
Alex Vondrak
Versions
- 0.1.0 March 05, 2021 (9.5 KB)