darkain / pudl

PHP Universal Database Library - connects to and generates queries for SQL Servers
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

Implement parser for PHP-SQL-Parser arrays #19

Open darkain opened 3 years ago

darkain commented 3 years ago

https://github.com/greenlion/PHP-SQL-Parser

See how they generate arrays from SQL strings, and then be able to use those to initiate PUDL queries. This will be an alternative to PUDL array syntax (not replacing it)