Execute a query and return the results as an async generator.
The query string.
The name of the database to query.
options applied to the query (default: { type: 'sql'}).
An async generator that yields maps of string keys to any values.
Execute a query and return the results as an async generator.
The query string.
The name of the database to query.
Options for the query (default: {type: 'sql'}).
An async generator that yields PointValues object.
Asynchronous API that queries data from a database.