Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Whether the given SQL statement is complete.

Parameters

statement: string

SQL statement string

Returns

boolean