open_with_flags

Function open_with_flags 

Source
pub fn open_with_flags<T: AsRef<Path>>(
    path: T,
    flags: OpenFlags,
) -> Result<Connection>