Skip to content

Releases: marcocesarato/PHP-Light-SQL-Parser

Release v0.1.98

04 Nov 11:04
Compare
Choose a tag to compare

Fixed some issues

Release v0.1.97

11 Sep 09:37
Compare
Choose a tag to compare

This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.