Small. Fast. Reliable.
Choose any three.
*** 170,175 ****
--- 170,179 ----
  *: Java wrapper - Dynamicly binds to SQLite DLL at runtime and so doesn't need recompiling everytime
  a new version of SQLite is released: http://www.pivotal-solutions.co.uk/downloads/company/pssqlite.zip (sqlite 3.x) Source and DLL
  
+ *Javascript*
+ *: SpiderApe (a C++ framework for extending SpiderMonkey) includes an SQLite3 plugin providing Javascript-based access to the basic SQLite3 features.
+ http://spiderape.sourceforge.net
+ 
  *Lua*
  *: Lua wrapper for SQLite. http://domingo.dad-it.com/lua-sqlite.whtm
  *: Lua5 wrapper for SQLite. http://lua-users.org/wiki/LuaSqlite