hasura / hasura/graphql-engine

[FEATURE]: MySQL Stored Procedure

Open
#9,628 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.