pub fn create_inventory( conn: &SqliteConnection, entry: &NewUpdateInventoryEntry<'_>, ) -> Result<usize, Error>