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