make_apdb¶
- lsst.dax.apdb.make_apdb(config: ApdbConfig) Apdb ¶
Create Apdb instance based on Apdb configuration.
- Parameters:
- config
ApdbConfig
Configuration object, sub-class of ApdbConfig.
- config
- Returns:
- apdb
Apdb
Instance of a specific Apdb sub-class.
- apdb
- Raises:
- TypeError
Raised if type of
config
does not match any known types.