HomeSoftware Heritage

Implement basic storage and retrieval of lister information

Description

Implement basic storage and retrieval of lister information

This adds a pair a functions to the backend:

  • get_or_create_lister pulls the record for a given lister from the database
  • update_lister updates the record for a given lister in the database

This is one of the basic building blocks for the integration of lister
information directly in the scheduler database.

Related to T2442.