A validating SQL lexer and parser with a focus on MySQL dialect.
-
Updated
Jan 30, 2025 - PHP
A validating SQL lexer and parser with a focus on MySQL dialect.
Parse MySQL schemas in PHP, fast
Query builder for Postgres backed by SQL parser
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 re…
SQL into ES DSL (Write on SQL, Search on ElasticSearch)
This library parse multiple query of MySQLDump output file. ParseSQL designed to parse multiple query and ready to be executed using mysql_query. This library is usefull to create database structure or restore database from sql file.
Add a description, image, and links to the sql-parser topic page so that developers can more easily learn about it.
To associate your repository with the sql-parser topic, visit your repo's landing page and select "manage topics."