UWSSchemaBase¶
- class safir.uws.UWSSchemaBase(**kwargs)¶
Bases:
DeclarativeBase
SQLAlchemy declarative base for the UWS database schema.
Attributes Summary
Refers to the
_schema.MetaData
collection that will be used for new_schema.Table
objects.Refers to the
_orm.registry
in use where new_orm.Mapper
objects will be associated.Attributes Documentation
- metadata: ClassVar[MetaData] = MetaData()¶
Refers to the
_schema.MetaData
collection that will be used for new_schema.Table
objects.See also
- registry: ClassVar[_RegistryType] = <sqlalchemy.orm.decl_api.registry object>¶
Refers to the
_orm.registry
in use where new_orm.Mapper
objects will be associated.