Skip to main content
Module

x/sqlite3/mod.ts>isComplete

The fastest and correct module for SQLite3 in Deno.
Latest
function isComplete
import { isComplete } from "https://deno.land/x/sqlite3@0.11.1/mod.ts";

Whether the given SQL statement is complete.

Parameters

statement: string

SQL statement string

Returns

boolean