I'd like to request a CRUD endpoint expansion for table saved_sql. I'm working on a report project that would greatly enhance the end user experience for robust reporting through Jasper. My project is called Koha-Jasper This program will allow a user to import a custom report PAK and automatically build a report for the end user via an API call. I'm currently using a direct sql call, but I don't want this to be the standard way to communicate to the table. More information on this project: https://lightwavelibrary.com/jasper/
A CRUD endpoint for managing the table saved_sql shouldn't be a drama. However, I imagine that you're also talking about an endpoint that returns the output of saved queries? That sounds like it would have a number of security concerns. Why not continue with the approach of just downloading CSV from Koha and using that as the data source for your Jasper reports?