sqlite-parser
sqlite-parser copied to clipboard
Feature request: Summarize which tables are read from, written to in results
I'd be great if after parsing, I could simply reference (for example) results.readFrom and results.writtenTo to know which tables will be touched and how, accurately factoring subqueries into the process.