UNPKG

sqlocal

Version:

SQLocal makes it easy to run SQLite3 in the browser, backed by the origin private file system.

6 lines (5 loc) 155 B
import type { Dialect } from 'kysely'; import { SQLocal } from '../index.js'; export declare class SQLocalKysely extends SQLocal { dialect: Dialect; }