*** 27,29 **** --- 27,31 ---- ---- 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:". If the command-line sqlite utility is started with no filename, it will use an in-memory database. There are new PRAGMAs temp_store and default_temp_store which affect when in-memory databases are used.