Schema¶
- 
class lsst.daf.butler.Schema(config=None, limited=False)¶
- Bases: - object- The SQL schema for a Butler Registry. - Parameters: - config : SchemaConfigorstr, optional
- Load configuration. Defaults will be read if - configis not a- SchemaConfig.
- limited : bool
- If - True, ignore tables, views, and associated foreign keys whose config descriptions include a “limited” key set to- False.
 - Attributes: 
- config :