Constant xapian::constants::DB_CREATE_OR_OPEN
source · pub const DB_CREATE_OR_OPEN: i32 = 0x00;
Expand description
Create database if it doesn’t already exist.
If no opening mode is specified, this is the default.
pub const DB_CREATE_OR_OPEN: i32 = 0x00;
Create database if it doesn’t already exist.
If no opening mode is specified, this is the default.