This application allows you to manage data stored in a drwnPersistentStorage object from the command line. The command line syntax is:
bin/persistentStorageManager [OPTIONS] <storage> [ACTION]
For example, you can extract records from the object into individual files:
bin/persistentStorageManager -verbose <storageFileStem> split <outDir> <outExt>
Other valid actions are:
- stats : display storage statistics such as number of records and disk usage
- records : list all the records stored in the drwnPersistentStorage object
- "merge <inDir> <inExt>" : merge individual binary files as records
- "split <outDir> <outExt>" : split records into individual binary files
- "delete (<rec>)+" : delete one or more records from the drwnPersistentStorage object
- defrag : defragment storage
- See Also
- drwnPersistentStorage
-
Applications and Project Descriptions