This project was developed as part of the Database subject, fulfilling the challenge proposed by the teacher: Implement an SQL query parser capable of analizing, validating, optimizing and vizualizing ...
SQL Parser is a lexer, grammar and parser for SQL written in JS. Currently it is only capable of parsing fairly basic SELECT queries but full SQL support will hopefully come in time. See the specs for ...
Abstract: SQL injection attack (SQLIA) is one of the major security threats faced by Web applications. The SQL randomization method based on instruction set randomization can be used to detect and ...