On Feb 12, 2019, at 10:30 AM, Zach Wasserman <[email protected]> wrote: > > Is anyone aware of an API I can use to determine which tables are accessed > by a given query? Or, is there a way to retrieve the parsed AST of a query? > If this is possible directly through the SQLite shell that would be great, > but C API would work as well.
EXPLAIN QUERY PLAN? https://www.sqlite.org/lang_explain.html _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

