tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

Implement DELETE stored procedures #235

Closed lewismc closed 1 year ago

lewismc commented 1 year ago

Should happen post #180 It is preferred that any DELETE operations can also be executed in the absence of the SwaggerUI test client. This has the benefit of enabling a PG DB administrator to go into and execute the delete procedures in an ad-hoc fashion without the need of using the REST API. We should refactor tagbase_schema.sql to add the stored procedures. We can then leverage them in tags_controller.py.

renato2099 commented 1 year ago

The PR using stored-procedures for the delete operations is https://github.com/tagbase/tagbase-server/pull/261