Hi folks -- We developed a static analysis tool, called SQLCheck, for automatically identifying anti-patterns in SQL queries.
Our goal is to provide hints to the developers about potential performance and security issues present in SQL queries. I believe that integrating such a tool (maybe using a special SQL clause) with PostgreSQL can benefit users. Feedback would be much appreciated.
Regards!