jeremydaly / data-api-client

A "DocumentClient" for the Amazon Aurora Serverless Data API
MIT License
439 stars 61 forks source link

Multiple Result Sets #54

Open MarZab opened 4 years ago

MarZab commented 4 years ago
  1. Is there a way to run multiple SQL Statements and get multiple result sets within a single call? ExecuteSql supported this https://docs.aws.amazon.com/rdsdataservice/latest/APIReference/API_ExecuteSql.html

  2. Is there a way to get multiple result sets when calling a stored procedure that returns them?