pub fn batch_put_contributions(
    contributions: &[Contribution],
    db_conn: &DbConnection
) -> Result<(), HandleError>