RESTUnitOfWork module (ska_db_oda.unit_of_work.restunitofwork)

This module contains the implementation of the AbstractUnitOfWork Class which connects to a remote ODA API.

class ska_db_oda.unit_of_work.restunitofwork.RESTUnitOfWork(rest_uri: str | None = None)[source]

Implementation of the AbstractUnitOfWork which connects with the ska-db-oda API over the network

commit() None[source]

Implementation of the AbstractUnitOfWork method.

See commit() docstring for details

rollback() None[source]

Implementation of the AbstractUnitOfWork method.

See rollback() docstring for details