Rows getter
[db/sqlite3/Rows getter]

Retrieves multiple rows as a single array from the specified database.
Keywords: query, get, retrieve, rows, list, records
Input ports
params:
{"dbId": string, "sql": string, optional "params": (string or number)[]}
Output ports
data:
{string: any}[]
done:
null
error:
string
Last updated