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#toString

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

Coerces the statement to a string, which in this case is expanded SQL.

Returns

string