php-crud-api
php-crud-api copied to clipboard
Support for stored procedures
We could support stored procedures or similarly "soft" or "fake" stored procedures, which are really SQL files on disk that will be executed on an API endpoint.
+1
Is the support for stored procedure added?
Would be really great😊👏
Was wondering how i can introduce custom sql queries ? using this api. Like in case i wanna run a very complex query with joins and agregation...
We could support stored procedures or similarly "soft" or "fake" stored procedures, which are really SQL files on disk that will be executed on an API endpoint.
Yeah, I was also thinking about fake views using the same logic, this could be a way for my previous comment, since views are pretty much a simple SQL query. what do you think ?
what do you think ?
I think it would be a great addition to have fake/soft views and procedures.