Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sqlite3/mod.ts>isComplete

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

Whether the given SQL statement is complete.

Parameters

statement: string

SQL statement string

Returns

boolean