pub fn stdin2bytes2zip2sqlite2file<P>( limit: u64, filename: P, ) -> Result<(), ZipToSqliteErr>where P: AsRef<Path>,