GaiaSQLiteSource# class cabaret.GaiaSQLiteSource(database: str, table: str = 'gaia_sources')[source]# Configuration for querying a local SQLite catalog. Parameters: database (str) – Path to the SQLite database file. table (str, optional) – Catalog table name. Default is gaia_sources. Methods __init__(database[, table]) Attributes table database