https://data.stackexchange.com/ lets me query some (all?) of stackexchange's data/tables using arbitrary SQL queries, including parametrization.
What program do they use to do this and is it published?
I want to create something like this myself (different data), but am constantly worried that I'll miss an injection attack or set permissions incorrectly.
Obviously, data.stackexchange.com has figured out how to do this securely. How do I replicate what they've done?
This follows up my earlier question: Existing solution to share database data usefully but safely?