Issue 514433: bsddb: enable dbopen (file==NULL) (original) (raw)
dbopen(): if the file argument is NULL, the library will use a temporary file. this is useful if you want that, or if you want to specify a large cache so that it never actually touches the disk. [i.e., in-memory hash/bt] I've done this by replacing the "s" with a "z" in the arg specs for the three open functions. Seems to work.
-Sam