UNPKG

sqlocal

Version:

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

9 lines (8 loc) 259 B
type DatabasePathInfo = { directories: string[]; fileName: string; tempFileNames: string[]; getDirectoryHandle: () => Promise<FileSystemDirectoryHandle>; }; export declare function parseDatabasePath(path: string): DatabasePathInfo; export {};