Small. Fast. Reliable.
Choose any three.
*** 1,5 ****
--- 1,9 ----
  This page is about using in-memory SQLite databases.
  ----
+ 2006-02-22: "If the name of the database is an empty string or the special name ":memory:" then a new database is created in memory. "
+ NOTE: There is a difference between a database created with an empty string and a database created with string ":memory:"! For the one, created with "" there exists a temp file in the temp-folder under Windows. The performance of the ":memory:"-database is much better than that of the ""-database.
+ 
+ ----
  2006-02-20: A simple TCL-Implementation for loading a DB into memory:
  
  proc loadDB {dbhandle filename} {