get_installers

Function get_installers 

Source
pub(crate) fn get_installers(
    conn: &Connection,
    package_id: &str,
) -> Result<Vec<CatalogInstaller>>
Expand description

Returns all catalog installers for the given package_id.

Results are ordered by the canonical installer identity columns so the downstream installer selector sees deterministic ties.

ยงErrors

Returns an error if SQLite query execution or row conversion fails.