Closed ffxsam closed 4 years ago
Updating the README file, as I noticed data.query() actually returns an object, with { records } being an array of the actual rows returned.
data.query()
{ records }
Updating the README file, as I noticed
data.query()
actually returns an object, with{ records }
being an array of the actual rows returned.