create-persistent-store
Name
create-persistent-store -- Creates a new persistent store
Type: function
Synopsis
create-persistent-store
( path, pstore);
Arguments
- path
An instance of <string> denoting the
path to the backing store file.
Return Values
- pstore
An instance of <persistent-store>.
Description
This function is much like open-persistent-store,
except that the file is created.
If a file at path already exists, its contents are
overwritten with the new object store's log.