UWSSchemaBase

class safir.uws.UWSSchemaBase(**kwargs)

Bases: DeclarativeBase

SQLAlchemy declarative base for the UWS database schema.

Parameters:

Attributes Summary

metadata

Refers to the _schema.MetaData collection that will be used for new _schema.Table objects.

registry

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.

registry: ClassVar[_RegistryType] = <sqlalchemy.orm.decl_api.registry object>

Refers to the _orm.registry in use where new _orm.Mapper objects will be associated.