The AWS SDK for the Data API supports a "formatRecordsAs" parameter on the ExecuteStatementCommand
object, with default value of "NONE" and possible value of "JSON".
See details at:
If formatRecordsAs = 'JSON'
, then the result of ExecuteStatementCommand
includes a single (JSON-formatted) string in ExecuteStatementResponse.formattedRecords
.
It would be great to support this parameter in local development for ExecuteStatementCommand
(via updating ExecuteStatementRequest
and ExecuteStatementResponse
).
But also this library is great :). Thank you.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too