[][src]Function spatialite_rs::open_with_flags

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