Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sqlite3/src/statement.ts>Statement#[Symbol.iterator]

The fastest and correct module for SQLite3 in Deno.
Go to Latest
method Statement.prototype.[Symbol.iterator]
import { Statement } from "https://deno.land/x/sqlite3@0.7.3/src/statement.ts";

Iterate over resultant rows from query.

Returns

IterableIterator<any>