dmitry-php / sql-parser
A validating SQL lexer and parser with a focus on MySQL dialect.
dev-master
2015-06-29 14:36 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/php-code-coverage: ~2.0
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2025-01-08 11:01:43 UTC
README
Original project - https://github.com/udan11/sql-parser
SQL Parser
A validating SQL lexer and parser with a focus on MySQL dialect.
This library was originally developed for phpMyAdmin during the Google Summer of Code 2015.
This is an alpha version. For more information, please check: Overview or the Examples.