Small. Fast. Reliable.
Choose any three.
*** 56,62 ****
  *: LoadableExtensions: Load functions and virtual table definitions at runtime without relinking
  *: VirtualTables: Proposed Virtual Table Mechanism For SQLite
  *: StoredQueries: Stored Query (ala MS Access) / Stored Proc support for SQLite
! *: Procedural_Language: Have Lua scripting language as procedural language for SQLite
  
  **Information About This Wiki**
  
--- 56,62 ----
  *: LoadableExtensions: Load functions and virtual table definitions at runtime without relinking
  *: VirtualTables: Proposed Virtual Table Mechanism For SQLite
  *: StoredQueries: Stored Query (ala MS Access) / Stored Proc support for SQLite
! *: Procedural_Language: Have Lua scripting language as procedural language for SQLite, I have a preview of womething like that, http://dad-it.com/sqlite3.dll is the 3.3.10 with minor modifications and with lsqlite3.5 (lua sqlite3 bindings), where every opened database has Lua 5.1.1 as procedural language, in Lua we have a global var 'db' that refers to the actual database, we can use anything that can be used with lsqlite3, as well http://dad-it.com/sqlite3.exe is the sqlite3 shell with the same additions as the sqlite3.dll, a small example is at http://dad-it.com/test-lua-sqlite3.sql.
  
  **Information About This Wiki**