Skip to main content
Module

x/sqlite3/src/database.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/src/database.ts";

Whether the given SQL statement is complete.

Parameters

statement: string

SQL statement string

Returns

boolean