pounard / goat-query

Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter
GNU General Public License v2.0
2 stars 0 forks source link

Import .sql files #63

Open pounard opened 3 years ago

pounard commented 3 years ago

For project setup we oftenly need a file import procedure.

Difficulty resides in the fact that we need to parse the file, taking care of escape sequences and split file using the ; separator into a list of SQL commands.

Ideally: