import { Statement } from "https://deno.land/x/sqlite3@0.6.1/src/statement.ts";
Run the query and return the resulting rows where rows are objects mapping column name to their corresponding values.
Parameters
...args: RestBindParameters
import { Statement } from "https://deno.land/x/sqlite3@0.6.1/src/statement.ts";
Run the query and return the resulting rows where rows are objects mapping column name to their corresponding values.