<http://coderweekly.com/articles/exploring-sqlites-virtual-database-engine.html>

"In this first article exploring SQLite's internal workings, we look at 
SQLite's Virtual Database Engine (VDBE), a virtual machine which executes code 
generated from SQL commands to store and retrieve data."

Not very advanced.  Mostly just says that there is a VDBE and how to see what 
it does.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to