Hi there,
We are currently developing PLSQL packages to return JSON for ORDS web services.
One question that arises again and again is how to write a fast API which will only retrieve the columns required in the web service.
Has anyone come up with a solution for this?
Options I've investigated so far are GraphQL and dynamic SQL.
Thanks,
Conor.