Executes the given SQL query and returns all resulting rows as an array of objects.
method
sqlite.SQLTagStore.all
Referenced types
type SQLInputValue = null | number | bigint | string | NodeJS.ArrayBufferView
type SQLOutputValue = null | number | bigint | string | NodeJS.NonSharedUint8Array