Hello Richard !  

Can we have a sqlite function that given a sql string return something like
this https://codeschool.github.io/sqlite-parser/demo/ =>   

Syntax Tree ?


syntax_tree sqlite3_sql_syntax_tree(const char *zSql);  

Possible return types for sqlite3_sql_syntax_tree:  

- json structure/string  

- string with sql schema representing the syntax tree populated (containing
the sane info above)  

- a memory database with a schema populated with the syntax tree (above)  

- ???  

It's a shame that the sqlite parser can not expose this information to
developers.  

Cheers !  

?

Reply via email to