Skip to main content
Module

x/sqlite3/mod.ts>isComplete

Fastest & correct JavaScript bindings to SQLite3 C API, using Deno FFI.
Go to Latest
function isComplete
import { isComplete } from "https://deno.land/x/sqlite3@0.5.1/mod.ts";

Whether the given SQL statement is complete.

Parameters

statement: string

SQL statement string

Returns

boolean