load_catalog_from_db

Library.load_catalog_from_db(project, name, load_events=False)[source]

Load catalogs from the database.

Parameters
  • project (Project) – The project used to access the database.

  • name (str of list of str) – The name of the catalog to load from the database.

  • load_events (bool) – Load the events from the database.