enum file_mode
Open the file for sequential reads.
Open the file for random reads.
Open the file for random reads and appending writes.
Open the file for random reads and writes.
These are used by native_file
.
Header: nudb/file.hpp