Skip to main content
Module

x/sqlite3/src/util.ts>SqliteError

The fastest and correct SQLite3 module for Deno runtime
Latest
class SqliteError
extends Error
import { SqliteError } from "https://deno.land/x/sqlite3@0.12.0/src/util.ts";

Constructors

new
SqliteError(code?: number, message?: string)

Properties

name: string