Schema

class lsst.daf.butler.Schema(config=None)

Bases: object

The SQL schema for a Butler Registry.

Parameters:
config : SchemaConfig or str, optional

Load configuration. Defaults will be read if config is not a SchemaConfig.

Attributes:
metadata : sqlalchemy.MetaData

The sqlalchemy schema description.

Methods Summary

buildFromConfig(config)

Methods Documentation

buildFromConfig(config)