SQLite Forum

Documentation for where query optimizations & relation algebra occurs?
Login
The output of the EXPLAIN command gives you the opcodes.

These internals can (and do) change in any new SQLite version, so this is probably not very useful.