SqlQueryBackend¶
-
class
lsst.daf.butler.registry.queries.SqlQueryBackend(db: Database, managers: RegistryManagerInstances)¶ Bases:
lsst.daf.butler.registry.queries.QueryBackendAn implementation of
QueryBackendforSqlRegistry.Parameters: - db :
Database Object that abstracts the database engine.
- managers :
RegistryManagerInstances Struct containing the manager objects that back a
SqlRegistry.
Attributes Summary
managersA struct containing the manager instances that back a SQL registry. universeDefinition of all dimensions and dimension elements for this registry. Attributes Documentation
-
managers¶ A struct containing the manager instances that back a SQL registry.
Notes
This property is a temporary interface that will be removed in favor of new methods once the manager and storage classes have been integrated with
Relation.
-
universe¶ Definition of all dimensions and dimension elements for this registry.
- db :