Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
class SqliteClient
import { SqliteClient } from "https://deno.land/x/dexecutor@1.0.0/clients/sqlite3.ts";

Constructors

new
SqliteClient(config: any)

Properties

private
config: any
private
db: any
private
lib: any

Methods

execute(query: string): Promise<any>