Function spatialite_rs::open_with_flags[][src]

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