Skip to content

Query Results Changes #3

@connor4312

Description

@connor4312

Evaluate SELECT queries lazily. Have the following methods on results objects:

  • .toArray(), which runs execute and returns an array of results like we do now.
  • .forEach() and similar ES5 methods, which utilizes .eachRow for buffer-less iteration

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions