pub const DB_CREATE_OR_OVERWRITE: i32 = 0x01;
Expand description

Create database if it doesn’t already exist, or overwrite if it does.