Hi,
 
I am interested in learning about the internals of SQLite. How it parses
SQL strings, what goes on the parsing stack, how it executes SQL
statements etc. The source code although commented is too large to read.
Is there a document I can refer to that explains how this whole process
is carried out. Preferably with an example and what path is taken
through the code, what functions are called in what order etc? For my
project, I just need to understand the parsing and execution part and
dont need to know about ACID properties, thread safeness etc.
 
Thanks
regards,
Aditya Bhave
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to