Skip to main content
Module

x/sqlite3/mod.ts>SqliteError

Fast, native bindings to SQLite3 C API, using Deno FFI.
Go to Latest
class SqliteError
extends Error
import { SqliteError } from "https://deno.land/x/sqlite3@0.5.0/mod.ts";

Constructors

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

Properties

name: string