Small. Fast. Reliable.
Choose any three.
*** 1,7 ****
--- 1,11 ----
  This page is about using in-memory SQLite databases.     
  
+      
  ----
  2003-04-15:  The in-memory database is now in the CVS tree, though it is still
  mostly untested.
  
  2003-05-09:  In-memory databases are now a feature of the standard SQLite library. To open an in-memory database, use filename ":memory:".
+ ----
+ 
+ _While connections to on-disk databases should not be carried across a Unix fork(), is there any reason not to do it with an in-memory database?_