Module View
The ska-db-oda project defines 3 main packages:
persistencedefines the Repository and UnitOfWork abstractions that are used for access by OSO applications.
restdefines a FastAPI server which will provide an RESTful API for use by clients external to OSO, and uses thepersistencelayer to access the database.
clientdefines some helper modules that make interacting with the RESTful API easier, and also an installable CLI.