hasura / hasura/graphql-engine
[FEATURE]: MySQL Stored Procedure
Open
k/enhancement
t/data-connectors
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
I would like to call custom procedures that returns a table:
```sql
CALL MY_PROCEDURE("abc", 123);
```
Is this supported with MySQL, or is there another approach that I need to take?
This would allow us to execute features that have yet to be implemented such as like, ilike, full text search, etc. Since this would give us full access to the data.
Contributor guide
Assessment
This issue has not been assessed yet.